Class TpchSchema.PartSupp

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

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

    • psPartkey

      public int psPartkey
    • psSupplyCost

      public int psSupplyCost
  • Constructor Details

    • PartSupp

      public PartSupp(int psPartkey, int psSupplyCost)
  • Method Details