Home
last modified time | relevance | path

Searched refs:load_tile_offsets (Results 1 – 10 of 10) sorted by relevance

/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/fragment/
H A Dfragment_metadata.h516 Status load_tile_offsets(
750 Status load_tile_offsets(const EncryptionKey& encryption_key, unsigned idx);
883 Status load_tile_offsets(ConstBuffer* buff);
889 Status load_tile_offsets(unsigned idx, ConstBuffer* buff);
H A Dfragment_metadata.cc732 Status FragmentMetadata::load_tile_offsets( in load_tile_offsets() function in tiledb::sm::FragmentMetadata
750 RETURN_NOT_OK(load_tile_offsets(encryption_key, idx_map_[name])); in load_tile_offsets()
1270 Status FragmentMetadata::load_tile_offsets( in load_tile_offsets() function in tiledb::sm::FragmentMetadata
1291 RETURN_NOT_OK(load_tile_offsets(idx, &cbuff)); in load_tile_offsets()
1659 Status FragmentMetadata::load_tile_offsets(ConstBuffer* buff) { in load_tile_offsets() function in tiledb::sm::FragmentMetadata
1704 Status FragmentMetadata::load_tile_offsets(unsigned idx, ConstBuffer* buff) { in load_tile_offsets() function in tiledb::sm::FragmentMetadata
2128 RETURN_NOT_OK(load_tile_offsets(&cbuff)); in load_v1_v2()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/query/
H A Dsparse_index_reader_base.cc168 RETURN_CANCEL_OR_ERROR(load_tile_offsets(&subarray_, &zipped_coords_names)); in load_initial_data()
182 RETURN_CANCEL_OR_ERROR(load_tile_offsets(&subarray_, &dim_names_)); in load_initial_data()
H A Dreader_base.h237 Status load_tile_offsets(
H A Dreader.cc748 RETURN_CANCEL_OR_ERROR(load_tile_offsets( in compute_result_coords()
759 load_tile_offsets(read_state_.partitioner_.subarray(), &dim_names)); in compute_result_coords()
H A Dreader_base.cc223 Status ReaderBase::load_tile_offsets( in load_tile_offsets() function in tiledb::sm::ReaderBase
265 RETURN_NOT_OK(fragment->load_tile_offsets( in load_tile_offsets()
1558 RETURN_NOT_OK(load_tile_offsets(subarray, &read_names)); in process_tiles()
H A Dsparse_unordered_with_dups_reader.cc450 RETURN_NOT_OK(load_tile_offsets(&subarray_, &names)); in create_result_tiles()
H A Ddense_reader.cc325 load_tile_offsets(read_state_.partitioner_.subarray(), &names)); in dense_read()
/dports/databases/tiledb/TileDB-2.5.2/tools/src/commands/
H A Dinfo_command.cc147 THROW_NOT_OK(f->load_tile_offsets(enc_key, std::move(names))); in print_tile_sizes()
/dports/databases/tiledb/TileDB-2.5.2/
H A DHISTORY.md571 * Optimize `Reader::load_tile_offsets` for loading only relevant fragments [#1976](https://github.c…
572 * Optimize locking in `FragmentMetadata::load_tile_offsets` and `FragmentMetadata::load_tile_var_of…