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

Method open_timestamp_start

tiledb/sm/cpp_api/array.h:525–531  ·  view source on GitHub ↗

Retrieves the inclusive starting timestamp. */

Source from the content-addressed store, hash-verified

523
524 /** Retrieves the inclusive starting timestamp. */
525 uint64_t open_timestamp_start() const {
526 auto& ctx = ctx_.get();
527 uint64_t timestamp_start;
528 ctx.handle_error(tiledb_array_get_open_timestamp_start(
529 ctx.ptr().get(), array_.get(), &timestamp_start));
530 return timestamp_start;
531 }
532
533 /** Retrieves the inclusive ending timestamp. */
534 uint64_t open_timestamp_end() const {

Callers 1

Calls 4

handle_errorMethod · 0.80
getMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected