Commit Graph

31 Commits

Author SHA1 Message Date
Mikaël Francoeur
2ee0132afe rename functions 2025-08-15 17:08:53 -04:00
bit-aloo
86b72758ff fix clippy 2025-07-31 20:51:43 +05:30
bit-aloo
a3d3a21030 allow empty vector blobs by removing is_empty check in vector_type 2025-07-31 20:24:59 +05:30
bit-aloo
78d291b73f assert empty vector concat returns empty vector 2025-07-31 20:24:59 +05:30
bit-aloo
09542c9be0 ensure f64 slice view is properly aligned and sized 2025-07-31 20:24:59 +05:30
bit-aloo
6b7b1f43a4 ensure f32 slice view is properly aligned and sized 2025-07-31 20:24:59 +05:30
bit-aloo
1be93c8c18 skip invalid inputs in cosine distance prop test 2025-07-30 21:27:55 +05:30
bit-aloo
a828b9f29b add start > end condition and corresponding test 2025-07-30 14:49:11 +05:30
bit-aloo
bf58ede567 make vectortype copy and cloned variant's accordingly 2025-07-30 14:28:15 +05:30
bit-aloo
44707495b9 add more test covering the edge cases 2025-07-30 14:19:37 +05:30
bit-aloo
6f45cb9770 update vector slice to adhere to start..end and not start, length 2025-07-30 14:10:43 +05:30
bit-aloo
c546261010 update as_int to return Option, instead of panicking. Update vector_slice and vector_concat accordingly 2025-07-30 13:54:55 +05:30
bit-aloo
96a99ca48a rename subvector to vector_slice 2025-07-30 13:34:49 +05:30
bit-aloo
a5dce2b50b add subvector execution flow 2025-07-30 09:51:08 +05:30
bit-aloo
c8ba6a7d49 update subvector implementation to make handle out of bound cases correctly and correctly parse the vector 2025-07-30 09:51:03 +05:30
bit-aloo
e4d79a6516 add vec_concat execution flow 2025-07-30 06:07:03 +05:30
bit-aloo
5a0622b937 add test for subvector method 2025-07-29 23:12:19 +05:30
bit-aloo
cae4ead606 add vector concat test 2025-07-29 23:10:48 +05:30
bit-aloo
0e6708575d add vector subvector method 2025-07-29 22:58:08 +05:30
bit-aloo
3ca87a823f add vector concat method 2025-07-29 22:57:49 +05:30
KaguraMilet
bd891d1cc9 modify based on review comments 2025-07-10 19:15:39 +08:00
KaguraMilet
566151c533 make clippy happy 2025-07-07 21:30:38 +08:00
KaguraMilet
ac95758f76 feat(vector): integrate euclidean distance into limbo 2025-07-07 21:11:51 +08:00
KaguraMilet
d49707a80d feat(vector): implement euclidean distance calculation 2025-07-07 21:11:51 +08:00
Nils Koch
2827b86917 chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
Pekka Enberg
e3f71259d8 Rename OwnedValue -> Value
We have not had enough merge conflicts for a while so let's do a
tree-wide rename.
2025-05-15 09:59:46 +03:00
Pere Diaz Bou
9291f60722 Introduce Register struct
OwnedValue has become a powerhouse of madness, mainly because I decided
to do it like that when I first introduced AggContext. I decided it was
enough and I introduced a `Register` struct that contains `OwnedValue`,
`Record` and `Aggregation`, this way we don't use `OwnedValue` for
everything make everyone's life harder.

This is the next step towards making ImmutableRecords the default
because I want to remove unnecessary allocations. Right now we clone
OwnedValues when we generate a record more than needed.
2025-03-27 17:53:02 +01:00
pedrocarlo
fe453ecfc5 remove RC<String> requirement for build_text and new text 2025-02-09 13:44:39 -03:00
Pekka Enberg
0012e9d556 cargo fmt 2025-02-06 10:44:37 +02:00
Pekka Enberg
f769d1aa2a s/LimboText/Text/g 2025-02-06 10:44:02 +02:00
krishvishal
d516821e27 Add vector to core and make necessary changes to types.rs. 2025-02-06 07:00:51 +05:30