We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a860a commit 0d84417Copy full SHA for 0d84417
sig/datadog/core/ddsketch.rbs
@@ -1,8 +1,6 @@
1
module Datadog
2
module Core
3
class DDSketch
4
- def self.supported?: () -> bool
5
-
6
# Adds a single point to the sketch
7
# @param point [::Numeric] The value to add to the sketch
8
# @return [true] Always returns true on success, raises RuntimeError on failure
0 commit comments