Format of Returned Metadata - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

This method returns a JSON object with the following format:

{
    "doc_count":
    "size": 
    {
		       "min":
		       "max":
		       "avg":
    }
    "depth":
    {
		        "min":
		        "max":
		        "avg":
    } 
    "keycnt":
    {
		        "min":
		        "max":
		        "avg":
    }
    "objcnt":
    {
		        "min":
		        "max":
		        "avg":
    }
    "arycnt":
    {
		        "min":
		        "max":
		        "avg":
    }
    "strcnt":
    {
		        "min":
		        "max":
		        "avg":
    }
    "nbrcnt":
    {
		         "min":
		         "max":
		         "avg":
    }
    "boolcnt":
    {
		         "min":
		         "max":
		         "avg":
    }
    "nullcnt":
    {
		         "min":
		         "max":
		         "avg":
    }
   "keylen":
   {
        "min":
        "max":
        "avg":
   }
   "strvallen":
   {
        "min":
        "max":
        "avg":
   }
}

For each field, a minimum, maximum, and average is calculated across the entire input set of JSON documents. The doc_count is the total number of rows which were counted by the aggregation.