tiledb_filter_type: Returns the type of the filter used

View source: R/Filter.R

tiledb_filter_typeR Documentation

Returns the type of the filter used

Description

Returns the type of the filter used

Usage

tiledb_filter_type(object)

Arguments

object

tiledb_filter

Value

TileDB filter type string

Examples


c <- tiledb_filter("ZSTD")
tiledb_filter_type(c)


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