fn append_where_clause_type_predicate(
where_clause: &mut WhereClause,
new_type_predicate: PredicateType,
)
Expand description
Push new_type_predicate
onto the end of where_clause
.
fn append_where_clause_type_predicate(
where_clause: &mut WhereClause,
new_type_predicate: PredicateType,
)
Push new_type_predicate
onto the end of where_clause
.