count_features
Count features matching a where clause without retrieving rows, providing a quick total to gauge query size before fetching. Works on any layer.
Instructions
Count features matching a where clause, without pulling the rows. Cheap way to answer 'how many X' or to size a query before fetching. Works on any layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| where | No | 1=1 | |
| layer_id | No | ||
| layer_key | No | ||
| service_path | No |