Hash Related Functions | SQLAlchemy | teradataml - Hash Related Functions - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798

Supported functions

S/N Function Name Description Comment
1 HASHAMP Finds the primary AMP corresponding to the hash bucket number specified in the expression and returns the AMP ID.

If no hash bucket number is specified, HASHAMP returns one less than the maximum number of AMPs in the system.

  • Only expression, i.e., column can be passed to this function.
  • MAP and COLOCATE USING clauses of the functions are not supported.
2 HASHBAKAMP Finds the fallback AMP corresponding to the hash bucket number specified in the expression and returns the AMP ID.

If no hash bucket is specified, HASHBAKAMP returns one less than the maximum number of fallback AMPs in the system.

  • Only expression, i.e., column can be passed to this function.
  • MAP and COLOCATE USING clauses of the functions are not supported.
3 HASHBUCKET Returns the hash bucket number that corresponds to a specified row hash value.

If no row hash value is specified, HASHBUCKET returns the highest hash bucket number.

 
4 HASHROW Returns the hexadecimal row hash value for an expression or sequence of expressions.

If no expression is specified, HASHROW returns the maximum hash code value.

User can execute this either by passing expression or without any expression.