@qualithm/arrow-flight-sql-js - v0.4.3
    Preparing search index...

    Type Alias FlightEndpoint

    A particular stream or split associated with a flight

    type FlightEndpoint = {
        appMetadata?: Uint8Array;
        expirationTime?: Date;
        locations: Location[];
        ticket: Ticket;
    }
    Index

    Properties

    appMetadata?: Uint8Array

    Application-defined metadata

    expirationTime?: Date

    Expiration time for this endpoint

    locations: Location[]

    URIs where this ticket can be redeemed

    ticket: Ticket

    Token used to retrieve this stream