Commit 8f45fa4
Add missing
Expose the upstream DataFusion `contains(string, search_str)` function
which returns true if search_str is found within string (case-sensitive).
Note: the other functions from #1450 (instr, position, substring_index)
already exist — instr and position are aliases for strpos, and
substring_index is exposed as substr_index.
Closes #1450
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>contains string function1 parent 5be412b commit 8f45fa4
2 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
497 | 502 | | |
498 | 503 | | |
499 | 504 | | |
| |||
960 | 965 | | |
961 | 966 | | |
962 | 967 | | |
| 968 | + | |
963 | 969 | | |
964 | 970 | | |
965 | 971 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
436 | 437 | | |
437 | 438 | | |
438 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
439 | 454 | | |
440 | 455 | | |
441 | 456 | | |
| |||
0 commit comments