Compares two bigint scalar values to determine if the first is greater than the second.
The first bigint scalar value to compare.
The second bigint scalar value to compare.
True if 'a' is greater than 'b', false otherwise.
Compares two bigint scalar values to determine if the first is greater than the second.