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

Method set_recursive

tiledb/sm/cpp_api/object_iter.h:140–143  ·  view source on GitHub ↗

* Specifies that the iteration will be over all the directories in the * tree rooted at `root_`. * * @param walk_order The walk order. */

Source from the content-addressed store, hash-verified

138 * @param walk_order The walk order.
139 */
140 void set_recursive(tiledb_walk_order_t walk_order = TILEDB_PREORDER) {
141 recursive_ = true;
142 walk_order_ = walk_order;
143 }
144
145 /** Disables recursive traversal. */
146 void set_non_recursive() {

Callers 1

list_objFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected