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

Class ArrayException

tiledb/sm/array/array.cc:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70namespace tiledb::sm {
71
72class ArrayException : public StatusException {
73 public:
74 explicit ArrayException(const std::string& message)
75 : StatusException("Array", message) {
76 }
77};
78
79void ensure_supported_schema_version_for_read(format_version_t version);
80

Callers 15

evolve_array_schemaMethod · 0.85
createMethod · 0.85
openMethod · 0.85
closeMethod · 0.85
delete_fragmentsMethod · 0.85
delete_arrayMethod · 0.85
delete_fragments_listMethod · 0.85
encryption_typeMethod · 0.85
get_enumerationsMethod · 0.85
load_all_enumerationsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected