DataStore::intervals_missing()
Method: Returns true if there are any intervals that need to be filled in the response.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:391
Method: Returns true if there are any intervals that need to be filled in the response.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:391
Method: Updates the LIMIT query part for Intervals query of the report.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:420
Method: Casts strings returned from the database to appropriate data types for output.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:533
Method: Returns a list of columns selected by the query_args formatted as a comma separated string.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:556
Method: Get the excluded order statuses used when calculating reports.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:578
Method: Maps order status provided by the user to the one used in the database.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:590
Method: Normalizes order_by clause to match to SQL query.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:601
Method: Sorts intervals according to user’s request.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:230
Method: Sorts array of arrays based on subarray key $sort_by.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:241
Method: Returns string to be used as cache key for the data.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:152