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

Method ptr

tiledb/sm/cpp_api/array_schema.h:475–477  ·  view source on GitHub ↗

Returns a shared pointer to the C TileDB domain object. */

Source from the content-addressed store, hash-verified

473
474 /** Returns a shared pointer to the C TileDB domain object. */
475 std::shared_ptr<tiledb_array_schema_t> ptr() const {
476 return schema_;
477 }
478
479 /**
480 * Validates the schema.

Callers 15

ArraySchemaMethod · 0.45
array_typeMethod · 0.45
capacityMethod · 0.45
ArraySchemaClass · 0.45
allows_dupsMethod · 0.45
versionMethod · 0.45
tile_orderMethod · 0.45
cell_orderMethod · 0.45
coords_filter_listMethod · 0.45
offsets_filter_listMethod · 0.45
validity_filter_listMethod · 0.45
domainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected