Databricks SDK for JavaScript
    Preparing search index...

    Returns the first N distinct values, ordered by the feature's timeseries column.

    interface FirstDistinctFunction {
        input?: string;
        n?: bigint;
    }
    Index

    Properties

    Properties

    input?: string

    The input column from which the first N distinct values are returned.

    n?: bigint

    The number of distinct values to return.