query_statistics-tiledb_array-method: Retrieve query_statistics toggle

query_statisticsR Documentation

Retrieve query_statistics toggle

Description

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.

Usage

query_statistics(object, ...)

## S4 method for signature 'tiledb_array'
query_statistics(object)

Arguments

object

A tiledb_array object

...

Currently unused

Value

A logical value indicating whether query statistics are returned.


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.