should be it

This commit is contained in:
2025-10-24 19:21:19 -05:00
parent a4b23fc57c
commit f09560c7b1
14047 changed files with 3161551 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
# name: benchmark/tpch/struct/tpch_q1_struct.benchmark
# description: Run Q01 over lineitem stored in structs
# group: [struct]
name Q01 Structs
group tpch
subgroup sf1
require tpch
load
CALL dbgen(sf=1, suffix='_normalized');
CREATE TABLE lineitem_struct AS SELECT lineitem_normalized AS struct_val FROM lineitem_normalized;
CREATE VIEW lineitem AS SELECT UNNEST(struct_val) FROM lineitem_struct;
run extension/tpch/dbgen/queries/q01.sql
result extension/tpch/dbgen/answers/sf1/q01.csv