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

    Type Alias FlightDescriptor

    The name or tag for a Flight. Used to retrieve or generate a flight.

    type FlightDescriptor = {
        cmd?: Uint8Array;
        path?: string[];
        type: DescriptorType;
    }
    Index

    Properties

    Properties

    cmd?: Uint8Array

    Opaque command value (when type = CMD)

    path?: string[]

    List of strings identifying a dataset (when type = PATH)