Last updated
Was this helpful?
The total number of rows in the dataset at scan time.
metadata
Through the row count value provided by the metadata, which is calculated differently for every database.
For example:
In Oracle, the total row count is calculated by doing a count(*). As in Oracle, this is not available by default.
BigQuery, on the other hand, provides metadata information through the INFORMATION_SCHEMA.TABLE_STORAGE metadata table. Specifically, Soda uses the total_rows column from that table.
You are not logged in to Soda and are viewing the default public documentation. Learn more about Documentation access & licensing.
If you do have a Soda license, make sure to log in to Soda Cloud in this same browser.
Last updated
Was this helpful?
Was this helpful?
