tiledb_attribute_set_nullable {tiledb} | R Documentation |
Set the TileDB Attribute Nullable flags
Description
Set the TileDB Attribute Nullable flags
Usage
tiledb_attribute_set_nullable(attr, flag)
Arguments
attr |
A TileDB Attribute object |
flag |
A boolean flag to turn ‘Nullable’ on or off |
Value
Nothing is returned
[Package tiledb version 0.29.0 Index]