EMPTY
All functions > CONSTANT > EMPTY
Returns a NULL value of type EMPTY.
Syntax
EMPTY()
sql
Arguments
Parameter | Type | Required | Description |
---|
Returns
A special EMPTY constant value
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