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

Method tile_order

tiledb/sm/cpp_api/array_schema.h:225–231  ·  view source on GitHub ↗

Returns the tile order. */

Source from the content-addressed store, hash-verified

223
224 /** Returns the tile order. */
225 tiledb_layout_t tile_order() const {
226 auto& ctx = ctx_.get();
227 tiledb_layout_t layout;
228 ctx.handle_error(tiledb_array_schema_get_tile_order(
229 ctx.ptr().get(), schema_.get(), &layout));
230 return layout;
231 }
232
233 /**
234 * Sets the tile order.

Callers

nothing calls this directly

Calls 4

handle_errorMethod · 0.80
getMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected