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

Method config

tiledb/sm/array/array.h:732–734  ·  view source on GitHub ↗

Retrieves a reference to the array config. */

Source from the content-addressed store, hash-verified

730
731 /** Retrieves a reference to the array config. */
732 inline Config config() const {
733 return config_;
734 }
735
736 /** Directly set the array URI for serialized compatibility with pre
737 * TileDB 2.5 clients */

Callers 3

ArrayMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected