public interface EstimateProvider
Modifier and Type | Method and Description |
---|---|
float |
getEstimatedAvgWidthPerOutputRecord()
Gets the estimated number of bytes per record.
|
long |
getEstimatedNumRecords()
Gets the estimated number of records in the output of this node.
|
long |
getEstimatedOutputSize()
Gets the estimated output size from this node.
|
long getEstimatedOutputSize()
long getEstimatedNumRecords()
float getEstimatedAvgWidthPerOutputRecord()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.