public static interface ColumnStatisticsConfiguration.Builder extends SdkPojo, CopyableBuilder<ColumnStatisticsConfiguration.Builder,ColumnStatisticsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ColumnStatisticsConfiguration.Builder |
selectors(Collection<ColumnSelector> selectors)
List of column selectors.
|
ColumnStatisticsConfiguration.Builder |
selectors(ColumnSelector... selectors)
List of column selectors.
|
ColumnStatisticsConfiguration.Builder |
selectors(Consumer<ColumnSelector.Builder>... selectors)
List of column selectors.
|
default ColumnStatisticsConfiguration.Builder |
statistics(Consumer<StatisticsConfiguration.Builder> statistics)
Configuration for evaluations.
|
ColumnStatisticsConfiguration.Builder |
statistics(StatisticsConfiguration statistics)
Configuration for evaluations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumnStatisticsConfiguration.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.
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.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.
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.ColumnStatisticsConfiguration.Builder selectors(Consumer<ColumnSelector.Builder>... 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.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #selectors(List) .selectors - a consumer that will call methods on List.Builder #selectors(List) ColumnStatisticsConfiguration.Builder statistics(StatisticsConfiguration statistics)
Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.
statistics - Configuration for evaluations. Statistics can be used to select evaluations and override parameters of
evaluations.default ColumnStatisticsConfiguration.Builder statistics(Consumer<StatisticsConfiguration.Builder> statistics)
Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.
This is a convenience that creates an instance of theStatisticsConfiguration.Builder avoiding the
need to create one manually via StatisticsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to statistics(StatisticsConfiguration).statistics - a consumer that will call methods on StatisticsConfiguration.Builderstatistics(StatisticsConfiguration)Copyright © 2022. All rights reserved.