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

Method array

tiledb/sm/subarray/subarray.cc:737–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735 get_range_var(dim_idx, range_idx, start, end);
736}
737const shared_ptr<OpenedArray> Subarray::array() const {
738 return array_;
739}
740
741uint64_t Subarray::cell_num() const {
742 const auto& array_schema = array_->array_schema_latest();

Callers 15

reader_from_capnpFunction · 0.45
index_reader_from_capnpFunction · 0.45
dense_reader_from_capnpFunction · 0.45
query_to_capnpFunction · 0.45
query_from_capnpFunction · 0.45
get_result_budgetMethod · 0.45
set_result_budgetMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36