-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
141638: sql: plumb vector search execution operators to the row engine r=DrewKimball a=DrewKimball #### span: export EncodeConstraintKey This commit exports `SpanBuilder.EncodeConstraintKey` so that it can be used to directly encode a `constraint.Key` during planning. Epic: CRDB-42943 Release note: None #### sql: plumb vector search operators to planNode stage This commit adds `planNode` implementations for the `VectorSearch` and `VectorMutationSearch` operators. It also plumbs handling for these operators from execbuilder to the distsql physical planner, the latter of which is left unimplemented in this commit. This is sufficient to run vanilla `EXPLAIN` and `EXPLAIN (VERBOSE)`. Epic: CRDB-42943 Release note: None #### sql: plumb vector search operators to row engine This commit adds processor specs for the `VectorSearch` and `VectorMutationSearch` operators. It also plumbs handling for the operators from the distsql physical planner to the row engine. Execution is left for a following commit. Epic: CRDB-42943 Release note: None Co-authored-by: Drew Kimball <[email protected]>
- Loading branch information
Showing
27 changed files
with
1,161 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.