Commit a1b7269
committed
Allow creating index using binary representation
While building an alternative import tool for rethinkdb using Rust, I
found myself trying to create index using the binary representation, as
exported by the official export tool.
However, the current implementation always wrap everything in a `Func`
so that didn't work, this PR is an attempt to fix that.
There's probably a better way to do this, but I'm not sure how.1 parent b020521 commit a1b7269
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 50 | + | |
| 51 | + | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
83 | | - | |
| 81 | + | |
84 | 82 | | |
85 | 83 | | |
86 | 84 | | |
0 commit comments