Class SimpleSegmentInfo

java.lang.Object
org.apache.drill.exec.store.druid.druid.SimpleSegmentInfo

public class SimpleSegmentInfo extends Object
  • Constructor Details

    • SimpleSegmentInfo

      public SimpleSegmentInfo(String maxTime, long size, String minTime, int count)
  • Method Details

    • getMaxTime

      public String getMaxTime()
    • getMinTime

      public String getMinTime()
    • getSize

      public long getSize()
    • getCount

      public int getCount()