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 60046cc commit 63bf975Copy full SHA for 63bf975
lib/datadog/core/ddsketch.rb
@@ -0,0 +1,11 @@
1
+# frozen_string_literal: true
2
+
3
+module Datadog
4
+ module Core
5
+ # This class exists to wrap a ddsketch_Handle_DDSketch into a Ruby object.
6
+ #
7
+ # This class is not empty; all of this class is implemented as native code.
8
+ class DDSKetch # rubocop:disable Lint/EmptyClass
9
+ end
10
11
+end
0 commit comments