%ExtentMgr.FieldStatsInfo
persistent class %ExtentMgr.FieldStatsInfo extends %Library.Persistent, %XML.Adaptor [ Final ]
SQL Table Name: %ExtentMgr.FieldStatsInfo
Property Inventory
- AverageFieldSize
- HasOutlier
- Histogram
- Name
- OutlierSelectivity
- OutlierValue
- Selectivity
- TableStatsInfo
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
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InitExtentData()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: Storage (%ExtentMgr.FieldStatsInfo)
{%%PARENT}("FieldStats")(ID) |
= | Selectivity
OutlierValue
OutlierSelectivity
AverageFieldSize
Histogram
|