Interface ColumnStatisticsConfiguration.Builder

    • Method Detail

      • selectors

        ColumnStatisticsConfiguration.Builder selectors​(Collection<ColumnSelector> selectors)

        List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.

        Parameters:
        selectors - List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectors

        ColumnStatisticsConfiguration.Builder selectors​(ColumnSelector... selectors)

        List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.

        Parameters:
        selectors - List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statistics

        ColumnStatisticsConfiguration.Builder statistics​(StatisticsConfiguration statistics)

        Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.

        Parameters:
        statistics - Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.