BinaryExprMatchType🔗 Definition🔗 type BinaryExprMatchType string const ( BinaryExprMatchTypeOn BinaryExprMatchType = "on" BinaryExprMatchTypeIgnore BinaryExprMatchType = "ignore" )