Databricks SDK for JavaScript
    Preparing search index...

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

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

    Properties

    Properties

    input?: string

    The input column from which the last N values are returned.

    n?: bigint

    The number of values to return.