INPUT
All functions > CORE > INPUT
Returns a reference to an input.
Signatures
Returns: An INPUT marker of the specified type
INPUT(type: DataTypeEnum.TYPE) → INPUT sql
| Parameter | Type | Required | Description |
|---|---|---|---|
type | DataTypeEnum.TYPE | Yes | The data type of the input parameter |
Notes
- Defines an input parameter for a feature
- Input parameters allow features to be parameterized
- The type parameter specifies what kind of value is expected
- Used in feature definitions that accept runtime parameters
- Enables reusable, parameterized feature logic
- Part of the FeatureMesh core system
On this page