/home/techb158/immovalet.com/vendor/maatwebsite/excel/src/Concerns
Edit: /home/techb158/immovalet.com/vendor/maatwebsite/excel/src/Concerns/WithCustomQuerySize.php (677B)
count() by the chunk size.
* Depending on the implementation of the query() method (eg. When using a groupBy clause), this calculation might not be correct.
*
* When this is the case, you should use this method to provide a custom calculation of the query size.
*
* @return int
*/
public function querySize(): int;
}