QuantileOptions.skipNulls

bool skipNulls() @property

Get skipNulls property.

Returns

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

value is null, emit null.

void skipNulls(bool propval) @property

Set skipNulls property.

Parameters

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