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

Method timestamp_end_opened_at

tiledb/sm/array/array.h:672–676  ·  view source on GitHub ↗

* Returns the timestamp at which the array was opened. * * WARNING: This is a legacy function that is needed to support the current * API and REST calls. Do not use in new code. */

Source from the content-addressed store, hash-verified

670 * API and REST calls. Do not use in new code.
671 */
672 inline uint64_t timestamp_end_opened_at() const {
673 return query_type_ == QueryType::READ ?
674 array_dir_timestamp_end_ :
675 new_component_timestamp_.value_or(0);
676 }
677
678 /** Directly set the timestamp start value. */
679 inline void set_timestamp_start(uint64_t timestamp_start) {

Callers 12

array_to_capnpFunction · 0.45
get_all_result_coordsMethod · 0.45
WriterBaseMethod · 0.45
create_fragmentMethod · 0.45
doworkMethod · 0.45
include_timestampsMethod · 0.45
generate_fragment_uriFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected