How to Implement T-SQL CHECKSUM() in JavaScript for BigQuery?
问题 The end result I'm looking for is to implement T-SQL CHECKSUM in BigQuery with a JavaScript UDF. I would settle for having the C/C++ source code to translate but if someone has already done this work then I'd love to use it. Alternatively, if someone can think of a way to create an equivalent hash code between strings stored in Microsoft SQL Server compared to those in BigQuery then that would help me too. UPDATE: I've found some source code through HABO's link in the comments which is