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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -