Home
last modified time | relevance | path

Searched refs:tiledb_vfs_remove_bucket (Results 1 – 9 of 9) sorted by relevance

/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dvfs_helpers.cc170 CHECK(tiledb_vfs_remove_bucket(ctx, vfs, s3_bucket_.c_str()) == TILEDB_OK); in close()
251 CHECK(tiledb_vfs_remove_bucket(ctx, vfs, container_.c_str()) == TILEDB_OK); in close()
287 CHECK(tiledb_vfs_remove_bucket(ctx, vfs, bucket_.c_str()) == TILEDB_OK); in close()
H A Dunit-capi-vfs.cc211 rc = tiledb_vfs_remove_bucket(ctx_, vfs_, S3_BUCKET.c_str()); in check_vfs()
358 rc = tiledb_vfs_remove_bucket(ctx_, vfs_, S3_BUCKET.c_str()); in check_vfs()
463 rc = tiledb_vfs_remove_bucket(ctx_, vfs_, bucket2.c_str()); in check_move()
476 rc = tiledb_vfs_remove_bucket(ctx_, vfs_, bucket2.c_str()); in check_move()
574 rc = tiledb_vfs_remove_bucket(ctx_, vfs_, bucket2.c_str()); in check_copy()
587 rc = tiledb_vfs_remove_bucket(ctx_, vfs_, bucket2.c_str()); in check_copy()
H A Dhelpers.cc681 rc = tiledb_vfs_remove_bucket(ctx, vfs, bucket_name.c_str()); in remove_s3_bucket()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/cpp_api/
H A Dvfs.h397 tiledb_vfs_remove_bucket(ctx.ptr().get(), vfs_.get(), uri.c_str())); in remove_bucket()
/dports/databases/tiledb/TileDB-2.5.2/doc/source/
H A Dc-api.rst555 .. doxygenfunction:: tiledb_vfs_remove_bucket
/dports/databases/py-tiledb/tiledb-0.8.11/tiledb/
H A Dlibtiledb.pxd1021 int tiledb_vfs_remove_bucket(
H A Dlibtiledb.pyx5828 rc = tiledb_vfs_remove_bucket(ctx_ptr, vfs_ptr, uri_ptr)
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/c_api/
H A Dtiledb.h6306 tiledb_vfs_remove_bucket(tiledb_ctx_t* ctx, tiledb_vfs_t* vfs, const char* uri);
H A Dtiledb.cc5059 int32_t tiledb_vfs_remove_bucket( in tiledb_vfs_remove_bucket() function