FunctionsType Conversion
cast_as_boolean
Casts the input value to Bool using standard truthy/falsey conversions for numeric and textual values.
cast_as_boolean(…) → BoolKind · scalar
Casts the input value to Bool using standard truthy/falsey conversions for numeric and textual values.
Part of the Type Conversion family.