Class CQueryPlanStats


  • public final class CQueryPlanStats
    extends Object
    Statistics for a specific query plan that can accumulate.
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Return true if there are no statistics collected since the last reset.
      • add

        public void add​(long timeMicros)
        Add a query execution to the statistics.
      • reset

        public void reset()
        Reset the internal statistics counters.