# Functions
NewFilteredIterator returns a new iterator that looks for changes to the specified family and table in the background and then exposes those changes through the Next method.
NewIterator returns a new iterator that looks for changes in the background and then exposes those changes through the Next method.
# Variables
No description provided by the author
# Structs
Event is the type that the Iterator produces.
No description provided by the author
No description provided by the author
Key represents a single primary key column value and metadata.
RowUpdate represents a single row update.
# Type aliases
No description provided by the author