COLUMNGROUPFIELDS System Table Description

Description

Information about the fields in all the column group statistics on persistent tables in the database.

This table is for future use.

Fields

Field Type Description

STATNAME

string

Name of the statistics

SCHEMA

string

Schema containing the table containing the field on which this statistics exists

TABLENAME

string

Table containing the field on which this statistics exists

FIELD

string

Name of field on which this statistics exists

POSITION

integer

Position of this field in the definition of the statistics

Indexes

Primary Index: COLUMNGROUPFIELDS..PRIMARY_KEY on fields: STATNAME, SCHEMA, TABLENAME, FIELD