powered by
tiledb_filter
Available filters:
"NONE"
"GZIP"
"ZSTD"
"LZ4"
"RLE"
"BZIP2"
"DOUBLE_DELTA"
"BIT_WIDTH_REDUCTION"
"BITSHUFFLE"
"BYTESHUFFLE"
"POSITIVE_DELTA"
tiledb_filter(name = "NONE", ctx = tiledb_get_context())
(default "NONE") TileDB filter name string
tiledb_ctx object (optional)
tiledb_filter object
Valid compression options vary depending on the filter used, consult the TileDB docs for more information.
# NOT RUN { tiledb_filter("ZSTD") # }
Run the code above in your browser using DataLab