Interface EstimateProvider

    • Method Detail

      • getEstimatedOutputSize

        long getEstimatedOutputSize()
        Gets the estimated output size from this node.
        Returns:
        The estimated output size.
      • getEstimatedNumRecords

        long getEstimatedNumRecords()
        Gets the estimated number of records in the output of this node.
        Returns:
        The estimated number of records.
      • getEstimatedAvgWidthPerOutputRecord

        float getEstimatedAvgWidthPerOutputRecord()
        Gets the estimated number of bytes per record.
        Returns:
        The estimated number of bytes per record.