Null Operator
NeuG supports IS NULL and IS NOT NULL to filter NULL values generated during computation.
| Operator | Description |
|---|---|
| IS NULL | true if the evaluated value is null |
| IS NOT NULL | true if the evaluated value is not null |
NeuG supports IS NULL and IS NOT NULL to filter NULL values generated during computation.
| Operator | Description |
|---|---|
| IS NULL | true if the evaluated value is null |
| IS NOT NULL | true if the evaluated value is not null |