boolean
function
Applies to: Databricks SQL
Databricks Runtime
Casts expr
to boolean.
Returns
A BOOLEAN.
This function is a synonym for CAST(expr AS binary)
.
See cast function for details.
Updated Mar 24, 2023
boolean
function Applies to: Databricks SQL
Databricks Runtime
Casts expr
to boolean.
A BOOLEAN.
This function is a synonym for CAST(expr AS binary)
.
See cast function for details.