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

Method open_timestamp_end

tiledb/sm/cpp_api/array.h:534–540  ·  view source on GitHub ↗

Retrieves the inclusive ending timestamp. */

Source from the content-addressed store, hash-verified

532
533 /** Retrieves the inclusive ending timestamp. */
534 uint64_t open_timestamp_end() const {
535 auto& ctx = ctx_.get();
536 uint64_t timestamp_end;
537 ctx.handle_error(tiledb_array_get_open_timestamp_end(
538 ctx.ptr().get(), array_.get(), &timestamp_end));
539 return timestamp_end;
540 }
541
542 /**
543 * Sets the array config.

Callers 2

Calls 4

handle_errorMethod · 0.80
getMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected