Databricks SDK for JavaScript
    Preparing search index...

    A CustomUdf function applies a registered Unity Catalog function row-wise to source columns, producing a single output column per row.

    interface CustomUdf {
        functionPath?: string;
        inputBindings?: InputBinding[];
    }
    Index

    Properties

    functionPath?: string

    Fully qualified 3-part Unity Catalog path of the function to apply.

    inputBindings?: InputBinding[]

    Binds each UC function parameter to a source column. May be empty for zero-argument functions (e.g. a timestamp generator).