Class TpchSchema
java.lang.Object
org.apache.calcite.test.schemata.tpch.TpchSchema
TPC-H table schema.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classCustomer in TPC-H.static classLine Item in TPC-H.static classPart in TPC-H.static classPart supplier in TPC-H.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal TpchSchema.Customer[]final TpchSchema.LineItem[]final TpchSchema.Part[]final TpchSchema.PartSupp[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic TpchSchema.Customerc(int custId) static TpchSchema.LineItemli(int custId) static TpchSchema.Partp(int pPartkey) static TpchSchema.PartSuppps(int pPartkey, int pSupplyCost) 
- 
Field Details- 
customer
- 
lineitem
- 
part
- 
partsupp
 
- 
- 
Constructor Details- 
TpchSchemapublic TpchSchema()
 
- 
- 
Method Details- 
c
- 
li
- 
ps
- 
p
 
-