Tables
Count rows in a table
Count the number of rows in a table.
Can optionally pass a predicate to count the rows that match.
POST
https://{db}.{region}.api.lancedb.com
/
v1
/
table
/
{name}
/
count_rows
/
Authorizations
Path Parameters
name of the table
Body
application/json
A SQL filter expression that specifies the rows to count.
Response
200 - application/json
The response is of type integer
.