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

Method end

tiledb/sm/buffer/buffer.cc:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool BufferBase::end() const {
115 return offset_ == size_;
116}
117
118Status BufferBase::read(void* destination, const uint64_t nbytes) {
119 if (nbytes > size_ - offset_) {

Callers 15

tiledb_config_iter_hereFunction · 0.45
tiledb_config_iter_doneFunction · 0.45
TileDomainMethod · 0.45
attributeMethod · 0.45
shared_attributeMethod · 0.45
cell_sizeMethod · 0.45
cell_val_numMethod · 0.45
array_schema.ccFile · 0.45
dimension_ptrMethod · 0.45
is_dim_labelMethod · 0.45

Calls

no outgoing calls

Tested by 2

make_dimension_vectorMethod · 0.36
make_attributesMethod · 0.36