cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu/
MIT License
3.92k stars 1.76k forks source link

change non const `Tuple::KeyFromTuple` to const method #699 #713

Closed gukj-spel closed 1 month ago

gukj-spel commented 4 months ago

fix #699 Tuple::KeyFromTuple doesn't modify any members and call any non const methods. So it should be defined as a const class methods.