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

Method attribute_num

tiledb/sm/cpp_api/array_schema.h:540–546  ·  view source on GitHub ↗

Returns the number of attributes in the schema. **/

Source from the content-addressed store, hash-verified

538
539 /** Returns the number of attributes in the schema. **/
540 unsigned attribute_num() const override {
541 auto& ctx = ctx_.get();
542 unsigned num;
543 ctx.handle_error(tiledb_array_schema_get_attribute_num(
544 ctx.ptr().get(), schema_.get(), &num));
545 return num;
546 }
547
548 /**
549 * Get a copy of an Attribute in the schema by index.

Callers 15

array_schema_to_capnpFunction · 0.45
load_tile_offsetsMethod · 0.45
load_tile_var_offsetsMethod · 0.45
load_tile_var_sizesMethod · 0.45
num_dims_and_attrsMethod · 0.45
encode_nameMethod · 0.45
footer_size_v3_v4Method · 0.45
load_file_sizes_v1_v4Method · 0.45
load_footerMethod · 0.45

Calls 4

handle_errorMethod · 0.80
getMethod · 0.45
ptrMethod · 0.45

Tested by 1