Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Aviation.Cubes.Aircraft.Fact

persistent class Aviation.Cubes.Aircraft.Fact extends %DeepSee.FactTable, %DeepSee.CubeFunctionSet

SQL Table Name: Aviation_Cubes_Aircraft.Fact

Fact table for cube 'AviationAircraft'.
THIS IS A GENERATED CLASS, DO NOT EDIT.
Generated by %DeepSee.Generator:%CreateFactTable.

This class was generated by : Aviation.Cubes.Aircraft.CLS

Property Inventory

Method Inventory

Parameters

parameter BITMAPCHUNKINMEMORY = 0;
Inherited description: BITMAPCHUNKINMEMORY is used during code generation to decide whether or not bitmap chunks can be constructed in memory. It is faster to construct bitmap chunks in memory but if there are a lot of bitmaps, the indexed property or properties have very low selectivity or the index values are large then STORE errors can be encountered. If BITMAPCHUNKINMEMORY is 1 then bitmap chunks are constructed in memory by %ConstructIndices. Otherwise, bitmap chunks are constructed using process-private globals. The default is 0, meaning that bitmap chunks are built using process-private globals.
parameter CUBENAME = AviationAircraft;
Inherited description: Name of the cube that created this fact table.
parameter SOURCECLASS = Aviation.Aircraft;
Inherited description: Name of the source table that provides data for this fact table.

Properties

property %dspartition as %Integer [ Calculated ];
This indicates which partition (set of 1M) this fact is in.
Property methods: %dspartitionCompute(), %dspartitionDisplayToLogical(), %dspartitionGet(), %dspartitionIsValid(), %dspartitionLogicalToDisplay(), %dspartitionNormalize(), %dspartitionSQLCompute()
property %sourceId as Aviation.Aircraft;
Reference to original data in source table.
Property methods: %sourceIdGet(), %sourceIdGetObject(), %sourceIdGetObjectId(), %sourceIdGetStored(), %sourceIdGetSwizzled(), %sourceIdIsValid(), %sourceIdNewObject(), %sourceIdSet(), %sourceIdSetObject(), %sourceIdSetObjectId(), %sourceIdUnSwizzle()
property DxAircraftCategory as Aviation.Cubes.Aircraft.StarAircraftCategory;
Dimension: DxAircraftCategory
Source: AircraftCategory
Property methods: DxAircraftCategoryGet(), DxAircraftCategoryGetObject(), DxAircraftCategoryGetObjectId(), DxAircraftCategoryGetStored(), DxAircraftCategoryGetSwizzled(), DxAircraftCategoryIsValid(), DxAircraftCategoryNewObject(), DxAircraftCategorySet(), DxAircraftCategorySetObject(), DxAircraftCategorySetObjectId(), DxAircraftCategoryUnSwizzle()
property DxAircraftManufacturer as Aviation.Cubes.Aircraft.StarAircraftManufacturer;
Dimension: DxAircraftManufacturer
Source: AircraftManufacturer
Property methods: DxAircraftManufacturerGet(), DxAircraftManufacturerGetObject(), DxAircraftManufacturerGetObjectId(), DxAircraftManufacturerGetStored(), DxAircraftManufacturerGetSwizzled(), DxAircraftManufacturerIsValid(), DxAircraftManufacturerNewObject(), DxAircraftManufacturerSet(), DxAircraftManufacturerSetObject(), DxAircraftManufacturerSetObjectId(), DxAircraftManufacturerUnSwizzle()
property DxAircraftModel as Aviation.Cubes.Aircraft.StarAircraftModel;
Dimension: DxAircraftModel
Source: AircraftModel
Property methods: DxAircraftModelGet(), DxAircraftModelGetObject(), DxAircraftModelGetObjectId(), DxAircraftModelGetStored(), DxAircraftModelGetSwizzled(), DxAircraftModelIsValid(), DxAircraftModelNewObject(), DxAircraftModelSet(), DxAircraftModelSetObject(), DxAircraftModelSetObjectId(), DxAircraftModelUnSwizzle()
property DxDamage as Aviation.Cubes.Aircraft.StarDamage;
Dimension: DxDamage
Source: Damage
Property methods: DxDamageGet(), DxDamageGetObject(), DxDamageGetObjectId(), DxDamageGetStored(), DxDamageGetSwizzled(), DxDamageIsValid(), DxDamageNewObject(), DxDamageSet(), DxDamageSetObject(), DxDamageSetObjectId(), DxDamageUnSwizzle()
property DxFlightType as Aviation.Cubes.Aircraft.StarFlightType;
Dimension: DxFlightType
Source: FlightType
Property methods: DxFlightTypeGet(), DxFlightTypeGetObject(), DxFlightTypeGetObjectId(), DxFlightTypeGetStored(), DxFlightTypeGetSwizzled(), DxFlightTypeIsValid(), DxFlightTypeNewObject(), DxFlightTypeSet(), DxFlightTypeSetObject(), DxFlightTypeSetObjectId(), DxFlightTypeUnSwizzle()
property RxEvent as Aviation.Cubes.Events.Fact;
Relationship: RxEvent
Source: Event
Property methods: RxEventGet(), RxEventGetObject(), RxEventGetObjectId(), RxEventGetStored(), RxEventGetSwizzled(), RxEventIsValid(), RxEventNewObject(), RxEventSet(), RxEventSetObject(), RxEventSetObjectId(), RxEventUnSwizzle()

Methods

classmethod %BuildAllFacts(pVerbose As %Boolean = 0) as %Status
Update all Facts with data from the source table.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %BuildTempFile(pTempKey As %String, Output pImplemented As %Boolean, pVerbose As %Boolean = 0) as %Status
Create a temp file of all source ids.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %CheckSourceId(pTestId As %String, pVerbose As %Boolean = 0, Output pSC As %Status) as %Boolean
Check for the existence of a single ID in the source table.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %Count() as %Integer
Return the total number of items within the Fact table.
Generated by %DeepSee.Generator:%CreateFactTable.
classmethod %DeleteFact(pID As %String, Output pFactId As %Integer, Output pErrorMsg As %String) as %Status
Perform the work of deleting one fact in the cube.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %InjectFact(ByRef pFactId As %Integer, ByRef pValues As %String, Output pChunks As %Integer, pDimensionsOnly As %Boolean = 0) as %Status
Perform the work of injecting one fact into the cube without associated source data.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %OnEndBatch(pCubeName As %String, pVerbose As %Boolean = 0) as %Status
Notification that a batch of facts have just been processed.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %OnKillFacts() as %Status
Notification that this cube is being killed.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %OnStartBatch(pCubeName As %String, pVerbose As %Boolean = 0) as %Status
Notification that a batch of facts are about to be processed.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %PrecomputeAggregates(pStartChunk As %Integer, pEndChunk As %Integer, pAggGLVN As %String, pVerbose As %Boolean = 0, pTaskGroup As %String = "", ByRef pCount As %Integer = 0) as %Status
Pre-compute certain aggregates.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %ProcessFact(pID As %String, pBatchMode As %Boolean = 0, ByRef %var As %String, ByRef pFactId As %Integer, Output pErrorMsg As %String, ByRef pDimTables, pDimensionsOnly As %Boolean = 0) as %Status
Perform the work of updating one fact in the cube.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %UpdateFacts(pStartId As %String, pEndId As %String, pBatchMode As %Boolean = 0, ByRef pChunks As %Integer, pVerbose As %Boolean = 0, pTaskGroup As %String = "", Output pUpdates As %Integer, pRefProp As %String = "", pRefID As %String = "", ByRef pDimTables) as %Status
Update a range of Facts with data from the source table row with ids from pStartId to pEndId.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY

Indexes

index ($Fact on ) [Extent, Type = bitmap];
index (%InverseRxEvent on %%ID,RxEvent);
Inverse index for relationship RxEvent.
Index methods: %InverseRxEventExists()
index (DxAircraftCategory on DxAircraftCategory) [Type = bitmap];
Index for fact 2.
Index methods: DxAircraftCategoryGet(), DxAircraftCategoryGetObject(), DxAircraftCategoryGetObjectId(), DxAircraftCategoryGetStored(), DxAircraftCategoryGetSwizzled(), DxAircraftCategoryIsValid(), DxAircraftCategoryNewObject(), DxAircraftCategorySet(), DxAircraftCategorySetObject(), DxAircraftCategorySetObjectId(), DxAircraftCategoryUnSwizzle()
index (DxAircraftManufacturer on DxAircraftManufacturer) [Type = bitmap];
Index for fact 3.
Index methods: DxAircraftManufacturerGet(), DxAircraftManufacturerGetObject(), DxAircraftManufacturerGetObjectId(), DxAircraftManufacturerGetStored(), DxAircraftManufacturerGetSwizzled(), DxAircraftManufacturerIsValid(), DxAircraftManufacturerNewObject(), DxAircraftManufacturerSet(), DxAircraftManufacturerSetObject(), DxAircraftManufacturerSetObjectId(), DxAircraftManufacturerUnSwizzle()
index (DxAircraftModel on DxAircraftModel) [Type = bitmap];
Index for fact 4.
Index methods: DxAircraftModelGet(), DxAircraftModelGetObject(), DxAircraftModelGetObjectId(), DxAircraftModelGetStored(), DxAircraftModelGetSwizzled(), DxAircraftModelIsValid(), DxAircraftModelNewObject(), DxAircraftModelSet(), DxAircraftModelSetObject(), DxAircraftModelSetObjectId(), DxAircraftModelUnSwizzle()
index (DxDamage on DxDamage) [Type = bitmap];
Index for fact 6.
Index methods: DxDamageGet(), DxDamageGetObject(), DxDamageGetObjectId(), DxDamageGetStored(), DxDamageGetSwizzled(), DxDamageIsValid(), DxDamageNewObject(), DxDamageSet(), DxDamageSetObject(), DxDamageSetObjectId(), DxDamageUnSwizzle()
index (DxFlightType on DxFlightType) [Type = bitmap];
Index for fact 5.
Index methods: DxFlightTypeGet(), DxFlightTypeGetObject(), DxFlightTypeGetObjectId(), DxFlightTypeGetStored(), DxFlightTypeGetSwizzled(), DxFlightTypeIsValid(), DxFlightTypeNewObject(), DxFlightTypeSet(), DxFlightTypeSetObject(), DxFlightTypeSetObjectId(), DxFlightTypeUnSwizzle()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (RxEvent on RxEvent) [Type = bitmap];
Index for fact 7.
Index methods: RxEventGet(), RxEventGetObject(), RxEventGetObjectId(), RxEventGetStored(), RxEventGetSwizzled(), RxEventIsValid(), RxEventNewObject(), RxEventSet(), RxEventSetObject(), RxEventSetObjectId(), RxEventUnSwizzle()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Aviation.Cubes.Aircraft.Fact)

^DeepSee.Fact("AVIATION.CUBES.AIRCRAFT.FACT")(ID)
=
%sourceId
DxAircraftCategory
DxAircraftManufacturer
DxAircraftModel
DxFlightType
DxDamage
RxEvent
FeedbackOpens in a new tab