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

Method finalize

tiledb/sm/cpp_api/query.h:336–339  ·  view source on GitHub ↗

* Flushes all internal state of a query object and finalizes the query. * This is applicable only to global layout writes. It has no effect for * any other query type. */

Source from the content-addressed store, hash-verified

334 * any other query type.
335 */
336 void finalize() {
337 auto& ctx = ctx_.get();
338 ctx.handle_error(tiledb_query_finalize(ctx.ptr().get(), query_.get()));
339 }
340
341 /**
342 Submits and finalizes the last tile of a global order write. For remote

Callers 3

tiledb_query_finalizeFunction · 0.45
consolidate_internalMethod · 0.45

Calls 4

tiledb_query_finalizeFunction · 0.85
handle_errorMethod · 0.80
getMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected