Class TpchSchema.Part

  • Enclosing class:
    TpchSchema

    public static class TpchSchema.Part
    extends java.lang.Object
    Part in TPC-H.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int pPartkey  
    • Constructor Summary

      Constructors 
      Constructor Description
      Part​(int pPartkey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • pPartkey

        public int pPartkey
    • Constructor Detail

      • Part

        public Part​(int pPartkey)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object