tdigest_null¶
Description¶
Returns a null value of type tdigest.
Return type¶
tdigest of float64
Domain¶
This is a scalar function (calculates a single output value for a single input row.)
Categories¶
Usage¶
tdigest_null()
Examples¶
make_col tdigest_null:tdigest_null()
Create a column of type tdigest with null values.