Class TpchSchema
java.lang.Object
org.apache.calcite.test.schemata.tpch.TpchSchema
TPC-H table schema.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Customer in TPC-H.static class
Line Item in TPC-H.static class
Part in TPC-H.static class
Part supplier in TPC-H. -
Field Summary
Modifier and TypeFieldDescriptionfinal TpchSchema.Customer[]
final TpchSchema.LineItem[]
final TpchSchema.Part[]
final TpchSchema.PartSupp[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TpchSchema.Customer
c
(int custId) static TpchSchema.LineItem
li
(int custId) static TpchSchema.Part
p
(int pPartkey) static TpchSchema.PartSupp
ps
(int pPartkey, int pSupplyCost)
-
Field Details
-
customer
-
lineitem
-
part
-
partsupp
-
-
Constructor Details
-
TpchSchema
public TpchSchema()
-
-
Method Details
-
c
-
li
-
ps
-
p
-