### SUBSTRAIT_SCALAR_TEST: v1.0
### SUBSTRAIT_INCLUDE: '/extensions/functions_boolean.yaml'
# basic: Basic examples without any special cases
not(true::bool) = false::bool
not(false::bool) = true::bool
# null_input: Examples with null as input
not(null::bool?) = null::bool?