Class TpchSchema.Part

java.lang.Object
org.apache.calcite.test.schemata.tpch.TpchSchema.Part
Enclosing class:
TpchSchema

public static class TpchSchema.Part extends Object
Part in TPC-H.
  • Field Details

    • pPartkey

      public final int pPartkey
    • p_brand

      public final String p_brand
  • Constructor Details

    • Part

      public Part(int pPartkey)
  • Method Details