DB
FunctionsType Conversion

cast_as_boolean

Casts the input value to Bool using standard truthy/falsey conversions for numeric and textual values.

cast_as_boolean(…) → Bool

Kind · scalar

Casts the input value to Bool using standard truthy/falsey conversions for numeric and textual values.

Part of the Type Conversion family.