Databricks SDK for JavaScript
    Preparing search index...
    interface MatchColumn {
        alias?: string;
        condition?: string;
    }
    Index

    Properties

    Properties

    alias?: string

    Optional alias of the matched column.

    condition?: string

    The condition expression used to match a table column.