• Compares two bigint scalar values to determine if the first is greater than the second.

    Parameters

    • a: bigint

      The first bigint scalar value to compare.

    • b: bigint

      The second bigint scalar value to compare.

    Returns boolean

    True if 'a' is greater than 'b', false otherwise.