DisApproveStat Syntax - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

API Definition

REPLACE PROCEDURE TDStats.DisapproveStatJSON(
   IN jIn JSON(3000) CHARACTER SET UNICODE,
   OUT jOut JSON(3000) CHARACTER SET UNICODE)

JSON Keys

JSON Key IN/OUT Data Type Description
SCOID IN BIGINT AutoStats assigned unique numeric identifier for an individual missing statistic recommendation.
DatabaseName IN VARCHAR(128) Disapproves all missing statistics recommendations for the specified database.
TableName IN VARCHAR(128) Further limit the disapproval to the statistics defined on a specified table of DatabaseName.
ObjectListName IN VARCHAR(128) Specifies a previously defined list of objects whose missing statistics recommendations should be disapproved. See related API "CreateObjectList" in ObjectList APIs Syntax.
NumDisApproved OUT INTEGER Number of statistic recommendations marked disapproved.