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

%DeepSee.FactTable

abstract persistent class %DeepSee.FactTable extends %Library.Persistent, %DeepSee.IndexBuilder

SQL Table Name: %DeepSee.FactTable

Base class for all DeepSee fact tables.

Method Inventory

Parameters

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.

Methods

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.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab