Usage Notes - Advanced SQL Engine - Teradata Database

SQL Functions, Expressions, and Predicates

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-30
dita:mapPath
tpt1555966086716.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1145
lifecycle
previous
Product Category
Teradata Vantage™

About Default Arguments

Arguments Result
None HASHBAKAMP () returns an INTEGER that is one less than the maximum number of AMPs in the system.
expression is not used For a contiguous map: The function returns an INTEGER representing the highest fallback AMP number in the specified or default contiguous map. For a contiguous map starting at AMP zero, adding one to the result gives the total number of AMPs in the contiguous map. For a sparse map: Expression must be specified for a sparse map.
expression is specified The function returns the ID of the fallback AMP corresponding to the hash bucket number specified in expression, based on the specified or default map.

About the Default Map

To determine the default map, the system evaluates the following, in order, and uses the first map found:

  1. User profile.
  2. User.
  3. System.

About Expression

The expression argument must evaluate to an INTEGER data type where the range of valid values depends on the system hash bucket size.

IF the hash bucket size is … THEN the range of values for expression is …
16 bits 0 to 65,535.
20 bits 0 to 1,048,575.

For information on how to set the system hash bucket size, see “DBS Control utility” in Teradata Vantage™ - Database Utilities , B035-1102 .

If expression cannot be implicitly converted to an INTEGER, an error is reported.

If expression results in a UDT, Vantage performs implicit type conversion on the UDT, if the UDT has an implicit cast that casts between the UDT and any of the following predefined types:
  • Numeric
  • Character
  • DATE

To define an implicit cast for a UDT, use the CREATE CAST statement and specify the AS ASSIGNMENT clause. For more information, see Teradata Vantage™ - SQL Data Definition Language Syntax and Examples, B035-1144.

Implicit type conversion of UDTs for system operators and functions, including HASHBAKAMP, is a Teradata extension to the ANSI SQL standard. To disable this extension, set the DisableUDTImplCastForSysFuncOp field of the DBS Control Record to TRUE.