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

Method cell_order

tiledb/sm/cpp_api/array_schema.h:259–265  ·  view source on GitHub ↗

Returns the cell order. */

Source from the content-addressed store, hash-verified

257
258 /** Returns the cell order. */
259 tiledb_layout_t cell_order() const {
260 auto& ctx = ctx_.get();
261 tiledb_layout_t layout;
262 ctx.handle_error(tiledb_array_schema_get_cell_order(
263 ctx.ptr().get(), schema_.get(), &layout));
264 return layout;
265 }
266
267 /**
268 * Sets the cell order.

Callers

nothing calls this directly

Calls 4

handle_errorMethod · 0.80
getMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected