Databricks SDK for JavaScript
    Preparing search index...

    The rows of a query result set.

    interface ResultData {
        dataArray?: JsonValue[][];
        rowCount?: number;
    }
    Index

    Properties

    dataArray?: JsonValue[][]

    Result rows; each row is a list of column values aligned with the manifest columns.

    rowCount?: number

    Number of rows in the result set.