should be it
This commit is contained in:
17
external/duckdb/benchmark/tpch/aggregate/lineitem_group_string.benchmark
vendored
Normal file
17
external/duckdb/benchmark/tpch/aggregate/lineitem_group_string.benchmark
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# name: benchmark/tpch/aggregate/lineitem_group_string.benchmark
|
||||
# description: Grouped aggregate over lineitem (grouped by a string column)
|
||||
# group: [aggregate]
|
||||
|
||||
include benchmark/tpch/tpch_load.benchmark.in
|
||||
|
||||
name Lineitem Group By String
|
||||
group aggregate
|
||||
subgroup tpch
|
||||
|
||||
run
|
||||
SELECT l_returnflag, SUM(l_quantity) FROM lineitem GROUP BY l_returnflag ORDER BY 1
|
||||
|
||||
result II sf=1
|
||||
A 37734107
|
||||
N 77624935
|
||||
R 37719753
|
||||
Reference in New Issue
Block a user