-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathsketches-core.yaml
57 lines (57 loc) · 3.28 KB
/
sketches-core.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
"functions":
- "name": "[org.apache.datasketches.partitions.Partitioner$PartitionBoundsRow].<init>(org.apache.datasketches.partitions.Partitioner$StackElement)"
"params":
- "name": "arg0"
"type": "org.apache.datasketches.partitions.Partitioner$StackElement"
"return_type": "org.apache.datasketches.partitions.Partitioner$PartitionBoundsRow"
"signature": "[org.apache.datasketches.partitions.Partitioner$PartitionBoundsRow].<init>(org.apache.datasketches.partitions.Partitioner$StackElement)"
- "name": "[org.apache.datasketches.cpc.CpcWrapper].<init>(org.apache.datasketches.memory.Memory)"
"params":
- "name": "arg0"
"type": "org.apache.datasketches.memory.Memory"
"return_type": "org.apache.datasketches.cpc.CpcWrapper"
"signature": "[org.apache.datasketches.cpc.CpcWrapper].<init>(org.apache.datasketches.memory.Memory)"
- "name": "[org.apache.datasketches.quantilescommon.DoublesSketchSortedView].<init>(double[],long[],org.apache.datasketches.quantilescommon.QuantilesDoublesAPI)"
"params":
- "name": "arg0"
"type": "double[]"
- "name": "arg1"
"type": "long[]"
- "name": "arg2"
"type": "org.apache.datasketches.quantilescommon.QuantilesDoublesAPI"
"return_type": "org.apache.datasketches.quantilescommon.DoublesSketchSortedView"
"signature": "[org.apache.datasketches.quantilescommon.DoublesSketchSortedView].<init>(double[],long[],org.apache.datasketches.quantilescommon.QuantilesDoublesAPI)"
- "name": "[org.apache.datasketches.quantilescommon.FloatsSketchSortedView].<init>(float[],long[],org.apache.datasketches.quantilescommon.QuantilesFloatsAPI)"
"params":
- "name": "arg0"
"type": "float[]"
- "name": "arg1"
"type": "long[]"
- "name": "arg2"
"type": "org.apache.datasketches.quantilescommon.QuantilesFloatsAPI"
"return_type": "org.apache.datasketches.quantilescommon.FloatsSketchSortedView"
"signature": "[org.apache.datasketches.quantilescommon.FloatsSketchSortedView].<init>(float[],long[],org.apache.datasketches.quantilescommon.QuantilesFloatsAPI)"
- "name": "[org.apache.datasketches.quantilescommon.LongsSketchSortedView].<init>(long[],long[],org.apache.datasketches.quantilescommon.QuantilesLongsAPI)"
"params":
- "name": "arg0"
"type": "long[]"
- "name": "arg1"
"type": "long[]"
- "name": "arg2"
"type": "org.apache.datasketches.quantilescommon.QuantilesLongsAPI"
"return_type": "org.apache.datasketches.quantilescommon.LongsSketchSortedView"
"signature": "[org.apache.datasketches.quantilescommon.LongsSketchSortedView].<init>(long[],long[],org.apache.datasketches.quantilescommon.QuantilesLongsAPI)"
- "name": "[org.apache.datasketches.quantilescommon.ItemsSketchSortedView].<init>(java.lang.Object[],long[],org.apache.datasketches.quantilescommon.QuantilesGenericAPI)"
"params":
- "name": "arg0"
"type": "java.lang.Object[]"
- "name": "arg1"
"type": "long[]"
- "name": "arg2"
"type": "org.apache.datasketches.quantilescommon.QuantilesGenericAPI"
"return_type": "org.apache.datasketches.quantilescommon.ItemsSketchSortedView"
"signature": "[org.apache.datasketches.quantilescommon.ItemsSketchSortedView].<init>(java.lang.Object[],long[],org.apache.datasketches.quantilescommon.QuantilesGenericAPI)"
"language": "jvm"
"project": "sketches-core"
"target_name": "FdtSketchFuzzer"
"target_path": "/src/FdtSketchFuzzer.java"