CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseAtualizado 04/11/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.