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

    Type Alias RawFlightInfo

    Raw FlightInfo response from transport

    type RawFlightInfo = {
        endpoint?: {
            location?: { uri: string }[];
            ticket?: { ticket: Uint8Array };
        }[];
        flightDescriptor?: { cmd?: Uint8Array; path?: string[]; type: number };
        schema?: Uint8Array;
        totalBytes?: string | number | bigint;
        totalRecords?: string | number | bigint;
    }
    Index

    Properties

    endpoint?: { location?: { uri: string }[]; ticket?: { ticket: Uint8Array } }[]
    flightDescriptor?: { cmd?: Uint8Array; path?: string[]; type: number }
    schema?: Uint8Array
    totalBytes?: string | number | bigint
    totalRecords?: string | number | bigint