cmu-db / bustub

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

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

Closed gukj-spel closed 3 months ago

gukj-spel commented 7 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.