Enumeration
GandivaResultNullableType
since: 1.0
Description [src]
They are corresponding to gandiva::ResultNullableType
values.
Available since: 1.0
Members
GGANDIVA_RESULT_NULL_IF_NULL
-
This means the result validity is an intersection of the validity of the children.
- Value:
0
- Nickname:
if-null
- Available since: 1.0
- Value:
GGANDIVA_RESULT_NULL_NEVER
-
This means that the result is always valid.
- Value:
1
- Nickname:
never
- Available since: 1.0
- Value:
GGANDIVA_RESULT_NULL_INTERNAL
-
This means that the result validity depends on some internal logic.
- Value:
2
- Nickname:
internal
- Available since: 1.0
- Value: