MCPcopy Create free account
hub / github.com/apache/arrow / WinsorizeOptions

Function WinsorizeOptions

cpp/src/arrow/compute/api_vector.h:234–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 public:
233 WinsorizeOptions(double lower_limit, double upper_limit);
234 WinsorizeOptions() : WinsorizeOptions(0, 1) {}
235 static constexpr const char kTypeName[] = "WinsorizeOptions";
236
237 /// The quantile below which all values are replaced with the quantile's value.

Callers 3

api_vector.hFile · 0.85
RegisterVectorStatisticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected