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
Expose ReadOptions::table_filter through the C API. The new function
accepts a state pointer, a filter callback, and a destructor. The
implementation wraps these into a std::function lambda assigned to
rep.table_filter, using shared_ptr for lifetime management.
0 commit comments