%DeepSee.PMML.Dataset.Table
abstract persistent class %DeepSee.PMML.Dataset.Table extends %DeepSee.PMML.Dataset.Base
SQL Table Name: %DeepSee_PMML_Dataset.Table
Property Inventory (Including Private)
Method Inventory (Including Private)
- Clear()
- CreateTempTable()
- Get1DDistribution()
- GetAggregatesByCategory()
- GetRecordIds()
- GetSqlFrom()
- GetSqlWhere()
- GetValueCount()
- GetXDDistribution()
- LoadTempTable()
- SetFields()
Properties (Including Private)
property TempTable as %String;
Property methods: TempTableClassDisplayToLogical(), TempTableClassGet(), TempTableClassGetStored(), TempTableClassIsValid(), TempTableClassLogicalToDisplay(), TempTableClassLogicalToOdbc(), TempTableClassNormalize(), TempTableClassSet(), TempTableDisplayToLogical(), TempTableGet(), TempTableGetStored(), TempTableIsValid(), TempTableLogicalToDisplay(), TempTableLogicalToOdbc(), TempTableNormalize(), TempTableSet()
property TempTableClass as %String [ Private ];
Property methods: TempTableClassDisplayToLogical(), TempTableClassGet(), TempTableClassGetStored(), TempTableClassIsValid(), TempTableClassLogicalToDisplay(), TempTableClassLogicalToOdbc(), TempTableClassNormalize(), TempTableClassSet()
Methods (Including Private)
method Clear() as %Status [ Language = objectscript ]
Clears all temporary structures created by this object.
The dataset should remain usable after calling this method!
method CreateTempTable(ByRef pClassName, ByRef pIndexFields As %Boolean = 1) as %Status [ Language = objectscript ]
Use pIndexFields to switch indices for all fields on or off
Use pIndexFields(fieldName) = indexType to override the default of bitmap indices for
categorical and ordinal fields and normal indices for continuous fields.
method Get1DDistribution(pField As %String, Output pDistribution, ByRef pFilters) as %Status [ Language = objectscript ]
accepts
pFilters(n) = $lb(field, operator, key)
returns:
pDistribution("total") = tTotalCount
pDistribution(n) = $lb(value, count)
method GetAggregatesByCategory(pContField As %String, pCatField As %String, Output pAggregates, ByRef pFilters) as %Status [ Language = objectscript ]
Returns an array listing aggregate values for a continuous field pContField for
each value of a categorical field pCatField.
accepts
pFilters(n) = $lb(field, operator, key)
returns:
pAggregates(n) = $lb(category value, count, average, sum, max, min, countNonNull)
method GetRecordIds(Output pRecordIds, ByRef pFilters) as %Status [ Language = objectscript ]
returns pIds(n) = rowid
private method GetSqlFrom() as %String [ Language = objectscript ]
private method GetSqlWhere(ByRef pFilters, Output pSC As %Status) as %String [ Language = objectscript ]
method GetValueCount(pField As %String, pIncludeNull As %Boolean = 1, ByRef pFilters, Output pSC As %Status) as %Integer [ Language = objectscript ]
Inherited description: Returns the number of distinct values for pField (categorical)
method GetXDDistribution(pFields As %List, Output pDistribution, ByRef pFilters) as %Status [ Language = objectscript ]
accepts
pFilters(n) = $lb(field, operator, key)
returns:
pDistribution = $lb(dim1Count, dim2Count, ...)
pDistribution("total") = total
pDistribution("value", dim, i) = value
pDistribution(i, j, ...) = tCount
abstract private method LoadTempTable() as %Status [ Language = objectscript ]
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteData()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnAddToSaveSet()
- %OnAfterBuildIndices()
- %OnAfterDelete()
- %OnAfterPurgeIndices()
- %OnAfterSave()
- %OnBeforeAddToSync()
- %OnBeforeBuildIndices()
- %OnBeforePurgeIndices()
- %OnBeforeSave()
- %OnClose()
- %OnConstructClone()
- %OnDelete()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnOpen()
- %OnReload()
- %OnRollBack()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %ReleaseLock()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveData()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- ClearBootstraps()
- GenerateBootstraps()
- GetBootstrap()
- GetFieldBySpec()
- HasField()
Storage
Gray indicates storage defined by superclasses.
Storage Model: Storage (%DeepSee.PMML.Dataset.Base)
^%DeepSee.PMML.DatasetD(ID) |
= | %%CLASSNAME
Name
IdField
Fields
BootstrapCount
|
Storage Model: Storage (%DeepSee.PMML.Dataset.Table)
^%DeepSee.PMML.DatasetD(ID,"TableDataset") |
= | TempTable
TempTableClass
|