TDWMExceptionRate - Teradata Database - Teradata Vantage NewSQL Engine

Application Programming Reference

Product
Teradata Database
Teradata Vantage NewSQL Engine
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2019-05-02
dita:mapPath
vwf1492987142269.ditamap
dita:ditavalPath
changebar_rev_16_20_exclude_audience_ie.ditaval
dita:id
B035-1090
lifecycle
previous
Product Category
Teradata Vantage™

Purpose

Returns the first record of the TDWM Exception request, which is the collection rate.

Definition

REPLACE FUNCTION TDWM.TDWMExceptionRate()
RETURNS SMALLINT
          .
          .
          .
;

Return Value

The SMALLINT data type returns the duration of the collection period in seconds. This value represents the collection rate.

Example: Using TDWMExceptionRate

SELECT TDWM.TDWMExceptionRate();
 *** Query completed. One row found. One column returned.
 *** Total elapsed time was 1 second.
TDWMExceptionRate()
-------------------
                 60