tiledb_is_supported_fs: Query if a TileDB backend is supported

View source: R/Ctx.R

tiledb_is_supported_fsR Documentation

Query if a TileDB backend is supported

Description

The scheme corresponds to the URI scheme for TileDB resouces.

Usage

tiledb_is_supported_fs(scheme, object = tiledb_get_context())

Arguments

scheme

URI string scheme ("file", "hdfs", "s3")

object

tiledb_ctx object

Details

Ex:

  • ⁠{file}:///path/to/file⁠

  • ⁠{hdfs}:///path/to/file⁠

  • ⁠{s3}://hostname:port/path/to/file⁠

Value

TRUE if tiledb backend is supported, FALSE otherwise

Examples


tiledb_is_supported_fs("file")
tiledb_is_supported_fs("s3")


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.