Open
Description
The documentation for IsDeleted
can be slightly misleading:
Lines 352 to 353 in 0bde107
- "This only works for clustering columns." - clustering columns of the base table
- "boolean indicating if given column was set to null" - in non-frozen collections,
IsDeleted=true
means that a collection was overwritten, not necessarily set tonull
.
(I'm in process of writing the same docstring for a corresponding method in Java library and also having difficulty to word it properly - succinctly, but remembering all those corner cases...)