Create a Filter that only includes rows from the original model which has an exact match on some string column.
A FilterModel created with this filter will be ordered in accordance with its parent model.
column |
The index of a column containing the string key to match |
out_filter |
A pointer to an uninitialized Filter struct. This struct will zeroed and configured with the filter parameters |