Learn R Programming

tiledb (version 0.9.2)

tiledb_filter: Constructs a tiledb_filter object

Description

Available filters:

  • "NONE"

  • "GZIP"

  • "ZSTD"

  • "LZ4"

  • "RLE"

  • "BZIP2"

  • "DOUBLE_DELTA"

  • "BIT_WIDTH_REDUCTION"

  • "BITSHUFFLE"

  • "BYTESHUFFLE"

  • "POSITIVE_DELTA"

Usage

tiledb_filter(name = "NONE", ctx = tiledb_get_context())

Arguments

name

(default "NONE") TileDB filter name string

ctx

tiledb_ctx object (optional)

Value

tiledb_filter object

Details

Valid compression options vary depending on the filter used, consult the TileDB docs for more information.

Examples

Run this code
# NOT RUN {
tiledb_filter("ZSTD")

# }

Run the code above in your browser using DataLab