CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseUpdated Nov 04, 2024
atan2
function Applies to: Databricks SQL Databricks Runtime
Returns the angle in radians between the positive x-axis of a plane and the point specified by the coordinates (exprX
, exprY
).
exprY
: An expression that evaluates to a numeric.
exprX
: An expression that evaluates to a numeric.