abstract persistent class %DeepSee.FactTable
extends %Persistent, %DeepSee.IndexBuilder
Base class for all DeepSee fact tables.
parameter CUBENAME;
Name of the cube that created this fact table.
parameter MANAGEDEXTENT = 0;
Turn off extent management for fact tables.
parameter SOURCECLASS;
Name of the source table that provides data for this fact table.
abstract classmethod %Count()
as %Integer
Return the total number of items within the Fact table.
The actual implementation is generated when the cube is compiled.