问题标签 [ora-hash]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
oracle - Impala 中的 fnv_hash() 与 oracle 哈希值
我们如何在 oracle db 中获得与 impala 相同的哈希值。我已将表和代码从 impala 迁移到 oracle。一些查询FNV_HASH
在 impala 中使用带有函数的哈希值,现在我们也必须在 oracle 中使用相同的 has 值。我使用了以下函数,但获得了除 fnv_hash() 值之外的不同值。
您能否帮助我了解如何在 oracle 中获得与 impala 相同的 64 位 cyypto 值。