FNC_SetActivityCount Function | C Library Functions | Teradata Vantage - FNC_SetActivityCount - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

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

Purpose

Sets the number of rows exported.

Syntax

void
FNC_SetActivityCount(int   stream,
                     long  rowsexported)
int stream
IN parameter

Specifies which stream to write to.

long rowsexported
IN parameter

The value to be written to ActivityCount.

Usage Notes

This routine is callable on an AMP vproc only by a table operator.