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

Method timestamp_start

tiledb/sm/array/array.h:651–653  ·  view source on GitHub ↗

Returns the start timestamp used to load the array directory. */

Source from the content-addressed store, hash-verified

649
650 /** Returns the start timestamp used to load the array directory. */
651 inline uint64_t timestamp_start() const {
652 return array_dir_timestamp_start_;
653 }
654
655 /**
656 * Returns the end timestamp as set by the user.

Callers 15

openMethod · 0.95
reopenMethod · 0.95
array_directory_to_capnpFunction · 0.45
array_to_capnpFunction · 0.45
open_dimension_labelMethod · 0.45
get_all_result_coordsMethod · 0.45
include_timestampsMethod · 0.45
post_array_from_restMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected