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

Method capacity

tiledb/sm/cpp_api/array_schema.h:170–176  ·  view source on GitHub ↗

Returns the tile capacity. */

Source from the content-addressed store, hash-verified

168
169 /** Returns the tile capacity. */
170 uint64_t capacity() const {
171 auto& ctx = ctx_.get();
172 uint64_t capacity;
173 ctx.handle_error(tiledb_array_schema_get_capacity(
174 ctx.ptr().get(), schema_.get(), &capacity));
175 return capacity;
176 }
177
178 /**
179 * Sets the tile capacity.

Callers

nothing calls this directly

Calls 4

handle_errorMethod · 0.80
getMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected