• Determines whether a bigint scalar value is odd.

    Parameters

    • a: bigint

      The bigint scalar value to check.

    Returns boolean

    True if 'a' is odd, false if it is even.