filter_list,tiledb_attr-method {tiledb}R 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)


[Package tiledb version 0.27.0 Index]