tiledb_query_get_est_result_size | R Documentation |
When reading from sparse arrays, one cannot know beforehand how big the result will be (unless one actually executes the query). This function offers a way to get the estimated result size for the given attribute. As TileDB does not actually execute the query, getting the estimated result is very fast.
tiledb_query_get_est_result_size(query, name)
query |
A TileDB Query object |
name |
A variable with an attribute name |
An estimate of the query result size
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.