fetch_data_size

function fetch_data_size(page_size: integer?): integer(source)

Used to calculate the page size for the current query. The value will be:

  • query_max_page_size if page_size is null or higher than that value

  • page_size otherwise

Parameters

page_size

the requested size of the page