| Function |
Description |
| DATAPARTITIONNUM |
Returns the sequence number (SYSDATAPARTITIONS.SEQNO) of the data partition in which the row resides.
The argument is any column name within the table. |
| DBPARTITIONNUM |
Returns the database partition number of the row. The argument is any column name within the table. |
| HASH |
Returns the 128-bit, 160-bit, 256-bit or 512-bit hash of the input data. |
| HASH4 |
Returns the 32-bit hash of the input data. |
| HASH8 |
Returns the 64-bit hash of the input data. |
| HASHEDVALUE |
Returns the distribution map index (0 to 32767) of the row.
The argument is a column name within a table. |