Closed skyzh closed 10 months ago
u r crazy🤣🤣🤣🤣oh my gosh
the vector thing is for my upcoming vector db tutorial... feel free to ask me to drop if it is not ready for you to maintain.
the vector thing is for my upcoming vector db tutorial... feel free to ask me to drop if it is not ready for you to maintain.
No, it is definitely sooooo cool to have vector support in bustub! 🥹
Wanted to further refactor index creation this semester now it's done already 🤯👍
Great! I will take a look later today.
This pull request refactors the type system and supports more indexes in the system.
using
when creating index. users can choose to create hash table index or btree index.Column
. for example,VARCHAR(8)
will have type id as varchar and the width is stored in the column struct. expressions and planner have been refactored to take this into account. fixed several bugs related to data width inference.vector.slt
on how to use them. i.e.,SELECT ARRAY [1.0, 2.0];