You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// IsDeleted returns a boolean indicating if given column was set to null.
// This only works for clustering columns.
"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 to null.
(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...)
The text was updated successfully, but these errors were encountered:
The documentation for
IsDeleted
can be slightly misleading:scylla-cdc-go/change.go
Lines 352 to 353 in 0bde107
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...)
The text was updated successfully, but these errors were encountered: