FunctionsMathisfiniteReturns true when the input value is finite, and false for NaN or infinity. isfinite(…) → Bool Kind · scalar Returns true when the input value is finite, and false for NaN or infinity. Part of the Math family.greatestReturns the largest numeric value across all arguments for each row.lcmReturns the least common multiple for two integer inputs. If either input is NULL, non-integral, or overflows Int64, the result is NULL.