mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 05:52:05 +00:00
69 lines
1.1 KiB
Plaintext
69 lines
1.1 KiB
Plaintext
Array min 1
|
|
Array max 6
|
|
Array sum 21
|
|
Array avg 3.5
|
|
Array min :
|
|
[1]
|
|
Array max :
|
|
[3]
|
|
Table array int min
|
|
1
|
|
0
|
|
1
|
|
Table array int max
|
|
6
|
|
0
|
|
3
|
|
Table array int sum
|
|
21
|
|
0
|
|
6
|
|
Table array int avg
|
|
3.5
|
|
0
|
|
2
|
|
Table array decimal min
|
|
1
|
|
0
|
|
1
|
|
Table array decimal max
|
|
6
|
|
0
|
|
3
|
|
Table array decimal sum
|
|
21
|
|
0
|
|
6
|
|
Table array decimal avg
|
|
3.5
|
|
0
|
|
2
|
|
2023-04-05 00:25:24 2023-04-05 00:25:23 [0,1]
|
|
2023-04-05 00:25:24.124 2023-04-05 00:25:23.123 [0,1.001]
|
|
2023-04-06 2023-04-05 [0,1]
|
|
2023-04-06 2023-04-05 [0,1]
|
|
Types of aggregation result array min
|
|
Int8 Int16 Int32 Int64
|
|
UInt8 UInt16 UInt32 UInt64
|
|
Int128 Int256 UInt256
|
|
Float32 Float64
|
|
Decimal(9, 8) Decimal(18, 8) Decimal(38, 8)
|
|
Types of aggregation result array max
|
|
Int8 Int16 Int32 Int64
|
|
UInt8 UInt16 UInt32 UInt64
|
|
Int128 Int256 UInt256
|
|
Float32 Float64
|
|
Decimal(9, 8) Decimal(18, 8) Decimal(38, 8)
|
|
Types of aggregation result array summ
|
|
Int64 Int64 Int64 Int64
|
|
UInt64 UInt64 UInt64 UInt64
|
|
Int128 Int256 UInt256
|
|
Float64 Float64
|
|
Decimal(38, 8) Decimal(38, 8) Decimal(38, 8)
|
|
Types of aggregation result array avg
|
|
Float64 Float64 Float64 Float64
|
|
Float64 Float64 Float64 Float64
|
|
Float64 Float64 Float64
|
|
Float64 Float64
|
|
Float64 Float64 Float64
|