tiledb_array_delete_fragments: Delete fragments written between the start and end times...

View source: R/Array.R

tiledb_array_delete_fragmentsR Documentation

Delete fragments written between the start and end times given

Description

Delete fragments written between the start and end times given

Usage

tiledb_array_delete_fragments(arr, ts_start, ts_end)

Arguments

arr

A TileDB Array object as for example returned by tiledb_array()

ts_start

A Datetime object that will be converted to millisecond granularity

ts_end

A Datetime object that will be converted to millisecond granularity

Value

A boolean indicating success


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