Class TpchSchema
java.lang.Object
org.apache.calcite.test.schemata.tpch.TpchSchema
TPC-H table schema.
-
Nested Class Summary
Nested 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 Summary
FieldsModifier and TypeFieldDescriptionfinal TpchSchema.Customer[]final TpchSchema.LineItem[]final TpchSchema.Part[]final TpchSchema.PartSupp[] -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
TpchSchema
public TpchSchema()
-
-
Method Details
-
c
-
li
-
ps
-
p
-