Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compute: Add Vector data type and functions #9262

Merged
merged 9 commits into from
Jul 31, 2024

Commits on Jul 29, 2024

  1. [cherry-pick] compute: Add Vector data type and functions (pingcap#153)

    * Add Vector data type (pingcap#141)
    
    Signed-off-by: Wish <[email protected]>
    
    * compute: Add vector functions (pingcap#146)
    
    Signed-off-by: Wish <[email protected]>
    
    * compute: Fix vector precision (pingcap#147)
    
    Signed-off-by: Wish <[email protected]>
    
    * compute: Fix vector distance over NULLs (pingcap#148)
    
    Signed-off-by: Wish <[email protected]>
    
    * [cherry-pick]  Storages: Make DMFile ready for new column indexes/types (pingcap#149)
    
    Signed-off-by: Wish <[email protected]>
    
    ---------
    
    Signed-off-by: Wish <[email protected]>
    Co-authored-by: Wenxuan <[email protected]>
    2 people authored and Lloyd-Pottiger committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    87943d1 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Lloyd-Pottiger <[email protected]>
    Lloyd-Pottiger committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b4633dc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Add some comments

    JaySon-Huang committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4492abb View commit details
    Browse the repository at this point in the history
  2. Format files

    JaySon-Huang committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ab8149a View commit details
    Browse the repository at this point in the history
  3. address comments

    Signed-off-by: Lloyd-Pottiger <[email protected]>
    Lloyd-Pottiger committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    eac7233 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0a38ae View commit details
    Browse the repository at this point in the history
  5. fix ft

    Signed-off-by: Lloyd-Pottiger <[email protected]>
    Lloyd-Pottiger committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    feb28b7 View commit details
    Browse the repository at this point in the history
  6. Revert "fix ft"

    This reverts commit feb28b7.
    JaySon-Huang committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5fb3da8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be12cb7 View commit details
    Browse the repository at this point in the history