compute_gcd_with_scalar
datafusion_
functions
50.3.0
In datafusion_
functions::
math::
gcd
datafusion_functions
::
math
::
gcd
Function
compute_
gcd_
with_
scalar
Copy item path
Source
fn compute_gcd_with_scalar( arr: &ArrayRef, scalar:
Option
<
i64
>, ) ->
Result
<ColumnarValue>