Commit 40b788e
feat: expose dot_product alias for inner_product
Match upstream DataFusion SQL alias surface (inner_product UDF
registers `dot_product` in its alias list). Also expand
`inner_product` docstring with NULL/length-mismatch behavior to
match peer distance fns added in this PR.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 1755a78 commit 40b788e
2 files changed
Lines changed: 49 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| |||
3319 | 3320 | | |
3320 | 3321 | | |
3321 | 3322 | | |
3322 | | - | |
| 3323 | + | |
| 3324 | + | |
| 3325 | + | |
| 3326 | + | |
| 3327 | + | |
| 3328 | + | |
| 3329 | + | |
| 3330 | + | |
| 3331 | + | |
| 3332 | + | |
3323 | 3333 | | |
3324 | 3334 | | |
3325 | 3335 | | |
| |||
3333 | 3343 | | |
3334 | 3344 | | |
3335 | 3345 | | |
| 3346 | + | |
| 3347 | + | |
| 3348 | + | |
| 3349 | + | |
| 3350 | + | |
| 3351 | + | |
| 3352 | + | |
| 3353 | + | |
| 3354 | + | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
| 3358 | + | |
3336 | 3359 | | |
3337 | 3360 | | |
3338 | 3361 | | |
3339 | 3362 | | |
| 3363 | + | |
| 3364 | + | |
| 3365 | + | |
| 3366 | + | |
| 3367 | + | |
| 3368 | + | |
| 3369 | + | |
| 3370 | + | |
| 3371 | + | |
3340 | 3372 | | |
3341 | 3373 | | |
3342 | 3374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
738 | | - | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
739 | 754 | | |
740 | 755 | | |
741 | 756 | | |
| |||
0 commit comments