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

Method ptr

tiledb/sm/cpp_api/array_schema_evolution.h:280–282  ·  view source on GitHub ↗

Returns a shared pointer to the C TileDB array schema evolution object. */

Source from the content-addressed store, hash-verified

278
279 /** Returns a shared pointer to the C TileDB array schema evolution object. */
280 std::shared_ptr<tiledb_array_schema_evolution_t> ptr() const {
281 return evolution_;
282 }
283
284 private:
285 /* ********************************* */

Callers 3

ArraySchemaEvolutionMethod · 0.45
set_timestamp_rangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected