Databricks SDK for JavaScript
    Preparing search index...

    Computes the population standard deviation.

    interface StddevPopFunction {
        input?: string;
    }
    Index

    Properties

    Properties

    input?: string

    The input column from which the population standard deviation is computed. For Kafka sources, use dot-prefixed path notation (e.g., "value.amount"). For nested fields, the leaf node name is used. Colon-prefixed notation (e.g., "value:amount") is supported for backwards compatibility but is deprecated; migrate to dot notation.