get_row_count
Get the exact row count for a dataset before running a sampled SQL query, enabling you to estimate the data volume and choose an appropriate LIMIT.
Instructions
Get the exact row count for one dataset. Use this before run_sql_query on a large table to know how much data you're sampling from with a LIMIT.
Args: dataset: Exact table or view name, as returned by list_datasets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes |