Interface ScanReport

  • All Superinterfaces:
    MetricsReport

    @Immutable
    public interface ScanReport
    extends MetricsReport
    A Table Scan report that contains all relevant information from a Table Scan.
    • Method Detail

      • tableName

        java.lang.String tableName()
      • snapshotId

        long snapshotId()
      • schemaId

        int schemaId()
      • projectedFieldIds

        java.util.List<java.lang.Integer> projectedFieldIds()
      • projectedFieldNames

        java.util.List<java.lang.String> projectedFieldNames()
      • metadata

        java.util.Map<java.lang.String,​java.lang.String> metadata()