ENTITY
All functions > CORE > ENTITY
Returns a reference to an entity.
Signatures
Returns: An ENTITY type marker
ENTITY() → ENTITY sql
| Parameter | Type | Required | Description |
|---|
Notes
- Defines an entity in the FeatureMesh system
- Entities represent the primary keys around which features are organized
- Used in feature definitions to specify entity relationships
- Part of the FeatureMesh core type system
- Essential for feature materialization and keyset operations
On this page