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

Class SubarrayException

tiledb/sm/subarray/subarray.cc:74–79  ·  view source on GitHub ↗

Class for query status exceptions. */

Source from the content-addressed store, hash-verified

72
73/** Class for query status exceptions. */
74class SubarrayException : public StatusException {
75 public:
76 explicit SubarrayException(const std::string& msg)
77 : StatusException("Subarray", msg) {
78 }
79};
80
81/* ****************************** */
82/* CONSTRUCTORS & DESTRUCTORS */

Callers 15

add_label_rangeMethod · 0.85
add_label_range_varMethod · 0.85
add_rangeMethod · 0.85
set_subarrayMethod · 0.85
add_point_rangesMethod · 0.85
add_point_ranges_varMethod · 0.85
add_ranges_listMethod · 0.85
add_range_varMethod · 0.85
subarray.ccFile · 0.85
get_label_rangeMethod · 0.85
get_label_range_varMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected