query_statistics-set-tiledb_array-method: Set query_statistics toggle

query_statistics<-R Documentation

Set 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 sets the value.

Usage

query_statistics(x) <- value

## S4 replacement method for signature 'tiledb_array'
query_statistics(x) <- value

Arguments

x

A tiledb_array object

value

A logical value with the selection

Value

The modified tiledb_array array object


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