createBatched | R Documentation |
Batched queries return an initial result set even when it is incomplete. Where the normal retrieval process will loop in place to complete a (potentially large) result set, this function will return a result (which may be part of a larger result set) allowing the user to assemble all part.
createBatched(x)
x |
A |
The tiledb_array
object can be parameterised as usual.
A batchedquery
object, that is a list containing an external pointer
to a TileDB Query object along with other support variables used by fetchBatched
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.