QuestDB Node.js Client - v4.2.0
    Preparing search index...

    Function bigintToTwosComplementBytes

    • Converts a bigint into a two's complement big-endian byte array. Produces the minimal-width representation that preserves the sign.

      Parameters

      • value: bigint

        The value to serialise

      Returns number[]

      Byte array in big-endian order