Registry / database / tpch
library0.10javamavenunverified

Port of TPC-H dbgen to Java for generating TPC-H benchmark data.

<dependency> <groupId>io.airlift.tpch</groupId> <artifactId>tpch</artifactId> <version>0.10</version> </dependency>
INSTALL
IMPORT
SIG · TPCH
T
tpch
databasejavav0.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TpchEntity
io.airlift.tpch.TpchEntity

Accesses a TPC-H table definition

import io.airlift.tpch.TpchEntity; import io.airlift.tpch.TpchTable; public class Example { public static void main(String[] args) { TpchTable<?> table = TpchTable.CUSTOMER; System.out.println("Table: " + table.getTableName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Meta
1
OpenAI (training)
1
Resources
tpch — mvn dependency:get tpch · libregistry