database - Hash functions for dynamic types at runtime? -
we building relational database management system (rdbms) in c++ , need way hash data of variety of types in tables when created @ runtime. example, need able hash tuple of data (e.g. "jack", 20, "male") given primary key of unknown type(s) (e.g. int, 2 strings, etc.). tips on how approach this? thanks!
Comments
Post a Comment