filter_list-tiledb_attr-method: Returns the TileDB Filter List object associated with the...

filter_list,tiledb_attr-methodR Documentation

Returns the TileDB Filter List object associated with the given TileDB Attribute

Description

Returns the TileDB Filter List object associated with the given TileDB Attribute

Usage

## S4 method for signature 'tiledb_attr'
filter_list(object)

Arguments

object

TileDB Attribute

Value

a tiledb_filter_list object

Examples


attr <- tiledb_attr(
  type = "INT32",
  filter_list = tiledb_filter_list(list(tiledb_filter("ZSTD")))
)
filter_list(attr)


tiledb documentation built on June 8, 2025, 11:14 a.m.