pub fn operator(op: u8) -> Option<ConstraintOperator>
Expand description
Return the ConstraintOperator
for the given raw operator, usually
from sqlite3_index_info.sqlite3_index_constraint.op .
Values from https://www.sqlite.org/c3ref/c_index_constraint_eq.html