compute_gcd_for_arrays
datafusion_
functions
50.3.0
In datafusion_
functions::
math::
gcd
datafusion_functions
::
math
::
gcd
Function
compute_
gcd_
for_
arrays
Copy item path
Source
fn compute_gcd_for_arrays(a: &ArrayRef, b: &ArrayRef) ->
Result
<ColumnarValue>