Model
AbstractReport
Magento\Sales\Model\ResourceModel\Report\AbstractReport
What it does
This abstract class serves as a base for all sales report resource models in Magento 2.
Developers extend this class when creating custom sales-related reports (like order reports, invoice reports, or shipping reports) to inherit common reporting functionality.
It provides a consistent foundation for aggregating and retrieving sales data from the database.