DataStore::add_time_period_sql_params()
Method: Fills WHERE clause of SQL request with date-related constraints.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:684
Method: Fills WHERE clause of SQL request with date-related constraints.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:684
Method: Fills LIMIT clause of SQL request based on user supplied parameters.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:723
Method: Fills LIMIT parameters of SQL request based on user supplied parameters.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:737
Method: Generates a virtual table given a list of IDs.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:760
Method: Returns a comma separated list of the fields in the `query_args`, if there aren’t, returns `report_columns` keys.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:778
Method: Returns a comma separated list of the field names prepared to be used for a selection after a join with `default_results`.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:793
Method: Returns expected number of items on the page in case of date ordering.
Source: packages/woocommerce-admin/src/API/Reports/DataStore.php:367
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