QuantileOptionsGidBuilderImpl.skipNulls
T skipNulls(bool propval)Set skipNulls property.
Parameters
propval | If true (the default), null values are ignored. Otherwise, if any value is null, emit null. |
Returns
Builder instance for fluent chaining
T skipNulls(bool propval)Set skipNulls property.
propval | If true (the default), null values are ignored. Otherwise, if any value is null, emit null. |