value is null, emit null.
QuantileOptions.skipNulls
bool skipNulls() @propertyGet skipNulls property.
Returns
If true (the default), null values are ignored. Otherwise, if any
void skipNulls(bool propval) @propertySet skipNulls property.
Parameters
propval | If true (the default), null values are ignored. Otherwise, if any value is null, emit null. |