Interface BaseStatistics

    • Method Detail

      • getTotalInputSize

        @PublicEvolving
        long getTotalInputSize()
        Gets the total size of the input.
        Returns:
        The total size of the input, in bytes.
      • getNumberOfRecords

        @PublicEvolving
        long getNumberOfRecords()
        Gets the number of records in the input (= base cardinality).
        Returns:
        The number of records in the input.
      • getAverageRecordWidth

        @PublicEvolving
        float getAverageRecordWidth()
        Gets the average width of a record, in bytes.
        Returns:
        The average width of a record in bytes.