@squidcloud/client
    Preparing search index...

    Interface AiQueryResultFieldSchema

    A single output column descriptor in a raw query result file.

    interface AiQueryResultFieldSchema {
        desc: string;
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    desc: string

    Human-readable description of what the column represents.

    name: string

    Column name as it appears in the query result.

    type: string

    Data type of the column (e.g. "varchar", "int", "decimal").