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

Method timestamp_end

tiledb/sm/array/array.h:662–664  ·  view source on GitHub ↗

* Returns the end timestamp as set by the user. * * This may differ from the actual timestamp in use if the array has not yet * been opened, the user has changed this value, or if using the sentinel * value of `UINT64_MAX`. */

Source from the content-addressed store, hash-verified

660 * value of `UINT64_MAX`.
661 */
662 inline uint64_t timestamp_end() const {
663 return user_set_timestamp_end_.value_or(UINT64_MAX);
664 }
665
666 /**
667 * Returns the timestamp at which the array was opened.

Callers 10

array_directory_to_capnpFunction · 0.45
array_to_capnpFunction · 0.45
open_dimension_labelMethod · 0.45
post_array_from_restMethod · 0.45
post_query_submitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected