QuantileOptionsGidBuilderImpl.skipNulls

Set skipNulls property.

class QuantileOptionsGidBuilderImpl(T)
T
skipNulls
(
bool propval
)

Parameters

propval bool

If true (the default), null values are ignored. Otherwise, if any value is null, emit null.

Return Value

Type: T

Builder instance for fluent chaining