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

Method size

tiledb/sm/array_schema/dynamic_array.h:263–265  ·  view source on GitHub ↗

* Size [container.requirements.general] * * @return Size of the array in bytes. */

Source from the content-addressed store, hash-verified

261 * @return Size of the array in bytes.
262 */
263 [[nodiscard]] inline size_t size() const {
264 return size_;
265 }
266
267 /**
268 * Accessor to the start of the contiguous container, non-constant.

Callers 15

coveredMethod · 0.45
includesMethod · 0.45
check_schema_sanityMethod · 0.45
expand_to_tilesMethod · 0.45
TileDomainMethod · 0.45
coversMethod · 0.45
attributeMethod · 0.45
shared_attributeMethod · 0.45
check_webp_filterMethod · 0.45
check_without_configMethod · 0.45
check_enumerationsMethod · 0.45
dim_label_numMethod · 0.45

Calls

no outgoing calls

Tested by 5

serialize_to_tileMethod · 0.36
check_relevant_rangesFunction · 0.36
registry_sizeMethod · 0.36