R/duckdb-funs.R
greatest_common_divisor.Rd
Computes the greatest common divisor of x and y.
BIGINT | HUGEINT
greatest_common_divisor(x = BIGINT, y = BIGINT)
greatest_common_divisor(x = HUGEINT, y = HUGEINT)
greatest_common_divisor(42, 57)