Databricks SDK for JavaScript
    Preparing search index...

    Interface ApproxCountDistinctFunction

    Computes the approximate count of distinct values.

    interface ApproxCountDistinctFunction {
        input?: string;
        relativeSd?: number;
    }
    Index

    Properties

    Properties

    input?: string

    The input column from which the approximate count of distinct values is computed.

    relativeSd?: number

    The maximum relative standard deviation allowed (default defined by Spark).