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

Method query_layout

tiledb/sm/cpp_api/query.h:254–260  ·  view source on GitHub ↗

Returns the layout of the query. */

Source from the content-addressed store, hash-verified

252
253 /** Returns the layout of the query. */
254 tiledb_layout_t query_layout() const {
255 auto& ctx = ctx_.get();
256 tiledb_layout_t query_layout;
257 ctx.handle_error(
258 tiledb_query_get_layout(ctx.ptr().get(), query_.get(), &query_layout));
259 return query_layout;
260 }
261
262 /**
263 * Sets the read query condition.

Callers 3

runFunction · 0.45

Calls 4

tiledb_query_get_layoutFunction · 0.85
handle_errorMethod · 0.80
getMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected