ALIAS
All functions > CORE > ALIAS
Defines an alias of a feature.
Syntax
ALIAS(feature)
sql
Arguments
Parameter | Type | Required | Description |
---|---|---|---|
feature | FEATURE | Yes | The feature to create an alias for |
Returns
An alias reference to the specified feature
Notes
- Creates an alias (alternate name) for an existing feature
- The alias points to the same underlying feature logic
- Useful for providing alternative names or namespacing
- Does not create a new feature, just a reference
- Part of the FeatureMesh core system