Skip to main content

Documentation Index

Fetch the complete documentation index at: https://axiom.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Use hash functions to transform scalar values into fixed-length digests. They’re useful for anonymizing personally identifiable information while preserving joinability, detecting duplicates, creating bucket keys for sampling, and verifying data integrity.

List of functions

FunctionDescription
hashReturns a signed 64-bit integer hash of the input value.
hash_md5Returns a 32-character MD5 hex digest of the input value.
hash_sha1Returns a 40-character SHA-1 hex digest of the input value.
hash_sha256Returns a 64-character SHA-256 hex digest of the input value.
hash_sha512Returns a 128-character SHA-512 hex digest of the input value.