query_statistics | R Documentation |
A tiledb_array
object can, if requested, return query statistics as a JSON
string in an attribute ‘query_statistics’ attached to the return object. The
default value of the logical switch is ‘FALSE’. This method returns the current
value.
query_statistics(object, ...)
## S4 method for signature 'tiledb_array'
query_statistics(object)
object |
A |
... |
Currently unused |
A logical value indicating whether query statistics are returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.