You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
145530: vecindex: add vector search cases to canWrap r=yuzefovich a=DrewKimball
This commit fixes an oversight from when the vector search operators were added - I forgot to add a case to `canWrap`, so that they could be wrapped into a vectorized (columnar) execution plan. The vector search operators aren't themselves implemented in the vectorized engine, and I don't expect them to be producing many rows that would make the vectorized engine really useful, but this fix will avoid the overhead of constructing an error in `canWrap`.
Epic: CRDB-42943
Release note: None
Co-authored-by: Drew Kimball <[email protected]>
0 commit comments