MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / set_open_timestamp_start

Method set_open_timestamp_start

tiledb/sm/cpp_api/array.h:511–515  ·  view source on GitHub ↗

Sets the inclusive starting timestamp when opening this array. */

Source from the content-addressed store, hash-verified

509
510 /** Sets the inclusive starting timestamp when opening this array. */
511 void set_open_timestamp_start(uint64_t timestamp_start) const {
512 auto& ctx = ctx_.get();
513 ctx.handle_error(tiledb_array_set_open_timestamp_start(
514 ctx.ptr().get(), array_.get(), timestamp_start));
515 }
516
517 /** Sets the inclusive ending timestamp when opening this array. */
518 void set_open_timestamp_end(uint64_t timestamp_end) const {

Callers 3

reopen_sparseMethod · 0.80
reopen_sparseMethod · 0.80

Calls 4

handle_errorMethod · 0.80
getMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected