Type Alias mz_storage_client::controller::RowPredicate
source · pub type RowPredicate = Box<dyn Fn(&Row) -> bool + Send + Sync>;
Expand description
A predicate for a Row
filter.
Aliased Type§
struct RowPredicate(/* private fields */);