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

    Type Alias JoinSpec

    Join specification

    type JoinSpec = {
        alias?: string;
        on: string;
        table: string;
        type: JoinType;
    }
    Index

    Properties

    Properties

    alias?: string
    on: string
    table: string
    type: JoinType