EMPTY
All functions > CORE > EMPTY
Returns a NULL value of type EMPTY.
Signatures
Returns: A special EMPTY constant value
EMPTY() → EMPTY sql
| Parameter | Type | Required | Description |
|---|
Notes
- Represents an empty or absent value
- Used internally for optional parameters
- Different from NULL - represents intentional absence
- Part of the FeatureQL type system
- Used in function signatures to indicate optional positions
On this page