Commit c6f7363
authored
Support LikeMatch, ILikeMatch, NotLikeMatch, NotILikeMatch operators in protobuf serialization (#18961)
## Which issue does this PR close?
- Closes [#18960](#18960)
## Rationale for this change
Support LikeMatch, ILikeMatch, NotLikeMatch, NotILikeMatch operators in
protobuf serialization
## What changes are included in this PR?
Support LikeMatch, ILikeMatch, NotLikeMatch, NotILikeMatch operators in
protobuf serialization
## Are these changes tested?
Yes
## Are there any user-facing changes?
No1 parent b990987 commit c6f7363
File tree
2 files changed
+8
-0
lines changed- datafusion/proto
- src/logical_plan
- tests/cases
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
732 | 736 | | |
733 | 737 | | |
734 | 738 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1981 | 1981 | | |
1982 | 1982 | | |
1983 | 1983 | | |
| 1984 | + | |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
1984 | 1988 | | |
1985 | 1989 | | |
1986 | 1990 | | |
| |||
0 commit comments