Assorted tweaks to support external playground crate (#322)
* Assorted tweaks to support external playground crate * Fix schemas * Fixed schema again * Add ToHex for RawValue * Add FromHex to RawValue
This commit is contained in:
parent
335100d1d7
commit
24cafde231
10 changed files with 111 additions and 46 deletions
|
|
@ -336,9 +336,9 @@ fn validate_and_build_statement_template(
|
|||
| NativePredicate::Lt
|
||||
| NativePredicate::LtEq
|
||||
| NativePredicate::SetContains
|
||||
| NativePredicate::NotContains
|
||||
| NativePredicate::DictNotContains
|
||||
| NativePredicate::SetNotContains => 2,
|
||||
| NativePredicate::SetNotContains
|
||||
| NativePredicate::NotContains => 2,
|
||||
NativePredicate::Contains
|
||||
| NativePredicate::ArrayContains
|
||||
| NativePredicate::DictContains
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue