Class Partition

  • Direct Known Subclasses:
    RdbPartition

    public class Partition
    extends Object
    stores information about Partition of a table It is subclassed by storage engines to store additional information
    • Constructor Detail

      • Partition

        public Partition​(long start,
                         long end,
                         Object value)
    • Method Detail

      • getStart

        public long getStart()
      • getEnd

        public long getEnd()
      • getValue

        public Object getValue()