fetchBatched: Run a 'batched' query

View source: R/BatchedQuery.R

fetchBatchedR Documentation

Run a ‘batched’ query

Description

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.

Usage

fetchBatched(x, obj)

Arguments

x

A tiledb_array object

obj

A batchedquery object as returned by createBatched

Details

The tiledb_array object can be parameterised as usual.

Value

A data.frame object with the (potentially partial) result of a batched query


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