SM3 (Lakehouse v2)
Returns the SM3 hash of a string.
Analyze Syntax
Section titled “Analyze Syntax”func.sm3(<str>)Analyze Examples
Section titled “Analyze Examples”func.sm3('hello')
┌───────────────┐│ 'becbbfaa...' │└───────────────┘SQL Syntax
Section titled “SQL Syntax”SM3(<str>)SQL Examples
Section titled “SQL Examples”SELECT SM3('hello');
┌──────────────────────────────────────────────────────────────────┐│ becbbfaae6548b8bf0cfcad5a27183cd1be6093b1cceccc303d9c61d0a645268 │└──────────────────────────────────────────────────────────────────┘