unset_keys¶
Type of operation: Metadata
Description¶
Remove the primary and candidate key declarations from the dataset.
Usage¶
unset_keys
Accelerable¶
unset_keys is always accelerable if the input is accelerable. A dataset that only uses accelerable verbs can be accelerated, making queries on the dataset respond faster.
Examples¶
unset_keys
Removes the primary and candidate key declarations if set, else does nothing.