Interface Count<T>

All Superinterfaces:
Mergeable<T>, Metric<T>

public interface Count<T> extends Metric<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     

    Methods inherited from interface io.trino.spi.Mergeable

    mergeWith, mergeWith
  • Method Details

    • getTotal

      long getTotal()