%DeepSee.PMML.Dataset.Cube
persistent class %DeepSee.PMML.Dataset.Cube extends %DeepSee.PMML.Dataset.Base
SQL Table Name: %DeepSee_PMML_Dataset.Cube
Property Inventory
Method Inventory
Properties
property CubeName as %String;
Property methods: CubeNameDisplayToLogical(), CubeNameGet(), CubeNameGetStored(), CubeNameIsValid(), CubeNameLogicalToDisplay(), CubeNameLogicalToOdbc(), CubeNameNormalize(), CubeNameSet()
property Filter as %String (MAXLEN = 2000);
Property methods: FilterDisplayToLogical(), FilterGet(), FilterGetStored(), FilterIsValid(), FilterLogicalToDisplay(), FilterLogicalToOdbc(), FilterNormalize(), FilterSet()
Methods
classmethod %Create(pName As %String, pCubeName As %String, ByRef pFields, pFilter As %String = "", Output pSC As %Status) as %DeepSee.PMML.Dataset.Cube
pFields is an array of the cube levels and measures to be included in the dataset
pFields(n) = $lb(name, spec, tDataType, tOpType)
Field spec is MDX level spec [].[].[]
accepts
pFilters(n) = $lb(field, operator, key)
returns:
pDistribution("total") = tTotalCount
pDistribution(n) = $lb(value, count)
method GetRecordIds(Output pRecordIds, ByRef pFilters) as %Status
returns pIds(n) = rowid
method GetValueCount(pField As %String, pIncludeNull As %Boolean = 1, ByRef pFilters, Output pSC As %Status) as %Integer
Inherited description: Returns the number of distinct values for pField (categorical)
accepts
pFilters(n) = $lb(field, operator, key)
returns:
pDistribution = $lb(dim1Count, dim2Count, ...)
pDistribution("value", dim, i) = value
pDistribution(i, j, ...) = tCount
pDistribution("total", dim, i) = tDimTotal
Inherited Members
Inherited Properties
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()
- %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()
- Clear()
- ClearBootstraps()
- GenerateBootstraps()
- GetAggregatesByCategory()
- 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.Cube)
^%DeepSee.PMML.DatasetD(ID,"CubeDataset") |
= | CubeName
Filter
|