tiledb_query_submit_async {tiledb} | R Documentation |
Submit TileDB Query asynchronously without a callback returning immediately
Description
Note that the query object may need to be finalized
via tiledb_query_finalize
.
Usage
tiledb_query_submit_async(query)
Arguments
query |
A TileDB Query object |
Value
The modified query object, invisibly
[Package tiledb version 0.29.0 Index]