Skip to main content

%ExtentMgr.FieldStatsInfo

persistent class %ExtentMgr.FieldStatsInfo extends %Library.Persistent, %XML.Adaptor [ Final ]

SQL Table Name: %ExtentMgr.FieldStatsInfo

Property Inventory

Properties

property AverageFieldSize as %Numeric;
Average Field Size
Property methods: AverageFieldSizeDisplayToLogical(), AverageFieldSizeGet(), AverageFieldSizeGetStored(), AverageFieldSizeIsValid(), AverageFieldSizeLogicalToDisplay(), AverageFieldSizeNormalize(), AverageFieldSizeSet(), AverageFieldSizeXSDToLogical()
property HasOutlier as %Boolean [ Calculated , ReadOnly ];
Whether this field has outlier
Property methods: HasOutlierCompute(), HasOutlierDisplayToLogical(), HasOutlierGet(), HasOutlierIsValid(), HasOutlierLogicalToDisplay(), HasOutlierLogicalToXSD(), HasOutlierNormalize(), HasOutlierSQLCompute(), HasOutlierXSDToLogical()
property Histogram as %String);
Histogram
Property methods: HistogramDisplayToLogical(), HistogramGet(), HistogramGetStored(), HistogramIsValid(), HistogramLogicalToDisplay(), HistogramLogicalToOdbc(), HistogramNormalize(), HistogramSet()
property Name as %String) [ Required ];
Field name
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property OutlierSelectivity as %String (COLLATION = "EXACT");
Outlier Selectivity
Property methods: OutlierSelectivityDisplayToLogical(), OutlierSelectivityGet(), OutlierSelectivityGetStored(), OutlierSelectivityIsValid(), OutlierSelectivityLogicalToDisplay(), OutlierSelectivityLogicalToOdbc(), OutlierSelectivityNormalize(), OutlierSelectivitySet()
property OutlierValue as %String);
Outlier Value
Property methods: OutlierValueDisplayToLogical(), OutlierValueGet(), OutlierValueGetStored(), OutlierValueIsValid(), OutlierValueLogicalToDisplay(), OutlierValueLogicalToOdbc(), OutlierValueNormalize(), OutlierValueSet()
property Selectivity as %String (COLLATION = "EXACT");
Selectivity
Property methods: SelectivityDisplayToLogical(), SelectivityGet(), SelectivityGetStored(), SelectivityIsValid(), SelectivityLogicalToDisplay(), SelectivityLogicalToOdbc(), SelectivityNormalize(), SelectivitySet()
relationship TableStatsInfo as %ExtentMgr.TableStatsInfo [ Required , Inverse = Fields , Cardinality = parent ];
Property methods: TableStatsInfoGet(), TableStatsInfoGetObject(), TableStatsInfoGetObjectId(), TableStatsInfoGetStored(), TableStatsInfoGetSwizzled(), TableStatsInfoIsValid(), TableStatsInfoNewObject(), TableStatsInfoOnDelete(), TableStatsInfoRClose(), TableStatsInfoRExec(), TableStatsInfoRFetch(), TableStatsInfoRelate(), TableStatsInfoSQLCompute(), TableStatsInfoSet(), TableStatsInfoSetObject(), TableStatsInfoSetObjectId(), TableStatsInfoUnRelate(), TableStatsInfoUnSwizzle()

Indexes

index (IDK on Name) [IdKey, Type = key];
Index methods: IDKCheck(), IDKDelete(), IDKExists(), IDKOpen(), IDKSQLCheckUnique(), IDKSQLExists(), IDKSQLFindPKeyByConstraint(), IDKSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%ExtentMgr.FieldStatsInfo)

{%%PARENT}("FieldStats")(ID)
=
Selectivity
OutlierValue
OutlierSelectivity
AverageFieldSize
Histogram
FeedbackOpens in a new tab