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

Method set_config

tiledb/sm/cpp_api/array.h:547–551  ·  view source on GitHub ↗

* Sets the array config. * * @pre The array must be closed. */

Source from the content-addressed store, hash-verified

545 * @pre The array must be closed.
546 */
547 void set_config(const Config& config) const {
548 auto& ctx = ctx_.get();
549 ctx.handle_error(tiledb_array_set_config(
550 ctx.ptr().get(), array_.get(), config.ptr().get()));
551 }
552
553 /** Retrieves the array config. */
554 Config config() const {

Callers 1

tiledb_query_set_configFunction · 0.45

Calls 4

tiledb_array_set_configFunction · 0.85
handle_errorMethod · 0.80
getMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected