Skip to contents

Returns the type of the filter used

Usage

tiledb_filter_type(object)

Arguments

object

tiledb_filter

Value

TileDB filter type string

Examples

ctx <- tiledb_ctx(limitTileDBCores())
c <- tiledb_filter("ZSTD")
tiledb_filter_type(c)
#> [1] "ZSTD"