DERIVED_ATTRIBUTE
Description
This table stores the derived attribute information. It includes details such as the name of the attribute, whether it is retained, its type, expression, and references to other related tables.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for each derived attribute. |
| NAME | varchar | The name of the attribute. |
| RETAINED | bit | A flag indicating whether the attribute is retained. |
| TYPE | varchar | The type of the attribute. |
| EXPRESSION | varchar | The expression for the attribute. |
| FUNCTION DERIVED_ATTRIBUTE 0 | bigint | The ID of the function reference associated with the attribute. |
| SCORER_DERIVED_ATTRIBUTE_BAS_0 | bigint | The ID of the scorer reference associated with the attribute. |
| STORE_BACK_ATTRIBUTE_DERIVED_0 | bigint | The ID of the table attribute associated with the attribute. |
| DERIVED_ATTRIBUTES_ENRICHMEN_0 | bigint | The ID of the enrichment operation associated with the attribute. |
| DERIVED_ATTRIBUTES_HJORDER | int | The order of the attribute. |
Primary Key
- ID
Foreign Key Relationships
- FUNCTION DERIVED_ATTRIBUTE 0 references ID column in FUNCTION_REFERENCE table.
- SCORER_DERIVED_ATTRIBUTE_BAS_0 references ID column in SCORER_REFERENCE table.
- STORE_BACK_ATTRIBUTE_DERIVED_0 references ID column in TABLE_ATTRIBUTE table.
- DERIVED_ATTRIBUTES_ENRICHMEN_0 references ID column in ENRICHMENT_OPERATION table.