@comunica/actor-rdf-join-optional-hash 4.4.2-alpha.49.0 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/ActorRdfJoinOptionalHash.jsonld +0 -0
- package/components/BindingsIndexDef.jsonld +88 -0
- package/components/BindingsIndexUndef.jsonld +112 -0
- package/components/IBindingsIndex.jsonld +39 -0
- package/components/components.jsonld +0 -0
- package/components/context.jsonld +0 -0
- package/lib/ActorRdfJoinOptionalHash.d.ts +0 -0
- package/lib/ActorRdfJoinOptionalHash.js +0 -0
- package/lib/ActorRdfJoinOptionalHash.js.map +0 -0
- package/lib/index.d.ts +0 -0
- package/lib/index.js +0 -0
- package/lib/index.js.map +0 -0
- package/package.json +11 -11
|
File without changes
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": [
|
|
3
|
+
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-optional-hash/^4.0.0/components/context.jsonld"
|
|
4
|
+
],
|
|
5
|
+
"@id": "npmd:@comunica/actor-rdf-join-optional-hash",
|
|
6
|
+
"components": [
|
|
7
|
+
{
|
|
8
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef",
|
|
9
|
+
"@type": "Class",
|
|
10
|
+
"requireElement": "BindingsIndexDef",
|
|
11
|
+
"extends": [
|
|
12
|
+
{
|
|
13
|
+
"@type": "GenericComponentExtension",
|
|
14
|
+
"component": "carjoh:components/IBindingsIndex.jsonld#IBindingsIndex",
|
|
15
|
+
"genericTypeInstances": [
|
|
16
|
+
{
|
|
17
|
+
"@type": "ParameterRangeGenericTypeReference",
|
|
18
|
+
"parameterRangeGenericType": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef__generic_V"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"comment": "A simple efficient hash-based index for maintaining bindings, and checking whether or not a bindings is contained in this index. This can not handle bindings with undefined values.",
|
|
24
|
+
"genericTypeParameters": [
|
|
25
|
+
{
|
|
26
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef__generic_V"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"parameters": [
|
|
30
|
+
{
|
|
31
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef_hashFn",
|
|
32
|
+
"range": {
|
|
33
|
+
"@type": "ParameterRangeWildcard"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef_keys",
|
|
38
|
+
"range": {
|
|
39
|
+
"@type": "ParameterRangeArray",
|
|
40
|
+
"parameterRangeValue": "urn:npm:@rdfjs/types:Variable"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"memberFields": [
|
|
45
|
+
{
|
|
46
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef__member_keys",
|
|
47
|
+
"memberFieldName": "keys"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef__member_hashFn",
|
|
51
|
+
"memberFieldName": "hashFn"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef__member_index",
|
|
55
|
+
"memberFieldName": "index"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef__member_constructor",
|
|
59
|
+
"memberFieldName": "constructor"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef__member_put",
|
|
63
|
+
"memberFieldName": "put"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef__member_get",
|
|
67
|
+
"memberFieldName": "get"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef__member_getFirst",
|
|
71
|
+
"memberFieldName": "getFirst"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef__member_values",
|
|
75
|
+
"memberFieldName": "values"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"constructorArguments": [
|
|
79
|
+
{
|
|
80
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef_keys"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"@id": "carjoh:components/BindingsIndexDef.jsonld#BindingsIndexDef_hashFn"
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": [
|
|
3
|
+
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-optional-hash/^4.0.0/components/context.jsonld"
|
|
4
|
+
],
|
|
5
|
+
"@id": "npmd:@comunica/actor-rdf-join-optional-hash",
|
|
6
|
+
"components": [
|
|
7
|
+
{
|
|
8
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef",
|
|
9
|
+
"@type": "Class",
|
|
10
|
+
"requireElement": "BindingsIndexUndef",
|
|
11
|
+
"extends": [
|
|
12
|
+
{
|
|
13
|
+
"@type": "GenericComponentExtension",
|
|
14
|
+
"component": "carjoh:components/IBindingsIndex.jsonld#IBindingsIndex",
|
|
15
|
+
"genericTypeInstances": [
|
|
16
|
+
{
|
|
17
|
+
"@type": "ParameterRangeGenericTypeReference",
|
|
18
|
+
"parameterRangeGenericType": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__generic_V"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"comment": "A simple efficient tree-based index for maintaining bindings, and checking whether or not a bindings is contained in this index. This will consider bindings with a variable term or an undefined term as a 'match-all' with other terms.",
|
|
24
|
+
"genericTypeParameters": [
|
|
25
|
+
{
|
|
26
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__generic_V"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"parameters": [
|
|
30
|
+
{
|
|
31
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef_hashFn",
|
|
32
|
+
"range": {
|
|
33
|
+
"@type": "ParameterRangeWildcard"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef_keys",
|
|
38
|
+
"range": {
|
|
39
|
+
"@type": "ParameterRangeArray",
|
|
40
|
+
"parameterRangeValue": "urn:npm:@rdfjs/types:Variable"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"memberFields": [
|
|
45
|
+
{
|
|
46
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__member_keys",
|
|
47
|
+
"memberFieldName": "keys"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__member_data",
|
|
51
|
+
"memberFieldName": "data"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__member_hashFn",
|
|
55
|
+
"memberFieldName": "hashFn"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__member_constructor",
|
|
59
|
+
"memberFieldName": "constructor"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__member_put",
|
|
63
|
+
"memberFieldName": "put"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__member_isBindingsValid",
|
|
67
|
+
"memberFieldName": "isBindingsValid"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__member_get",
|
|
71
|
+
"memberFieldName": "get"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__member_getRecursive",
|
|
75
|
+
"memberFieldName": "getRecursive"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__member_getFirst",
|
|
79
|
+
"memberFieldName": "getFirst"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__member_getRecursiveFirst",
|
|
83
|
+
"memberFieldName": "getRecursiveFirst"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef__member_values",
|
|
87
|
+
"memberFieldName": "values"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"constructorArguments": [
|
|
91
|
+
{
|
|
92
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef_keys"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#BindingsIndexUndef_hashFn"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#IDataIndex",
|
|
101
|
+
"@type": "AbstractClass",
|
|
102
|
+
"requireElement": "IDataIndex",
|
|
103
|
+
"genericTypeParameters": [
|
|
104
|
+
{
|
|
105
|
+
"@id": "carjoh:components/BindingsIndexUndef.jsonld#IDataIndex__generic_V"
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"parameters": [],
|
|
109
|
+
"constructorArguments": []
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": [
|
|
3
|
+
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-optional-hash/^4.0.0/components/context.jsonld"
|
|
4
|
+
],
|
|
5
|
+
"@id": "npmd:@comunica/actor-rdf-join-optional-hash",
|
|
6
|
+
"components": [
|
|
7
|
+
{
|
|
8
|
+
"@id": "carjoh:components/IBindingsIndex.jsonld#IBindingsIndex",
|
|
9
|
+
"@type": "AbstractClass",
|
|
10
|
+
"requireElement": "IBindingsIndex",
|
|
11
|
+
"comment": "An index for mapping bindings to values.",
|
|
12
|
+
"genericTypeParameters": [
|
|
13
|
+
{
|
|
14
|
+
"@id": "carjoh:components/IBindingsIndex.jsonld#IBindingsIndex__generic_V"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"parameters": [],
|
|
18
|
+
"memberFields": [
|
|
19
|
+
{
|
|
20
|
+
"@id": "carjoh:components/IBindingsIndex.jsonld#IBindingsIndex__member_put",
|
|
21
|
+
"memberFieldName": "put"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"@id": "carjoh:components/IBindingsIndex.jsonld#IBindingsIndex__member_get",
|
|
25
|
+
"memberFieldName": "get"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"@id": "carjoh:components/IBindingsIndex.jsonld#IBindingsIndex__member_getFirst",
|
|
29
|
+
"memberFieldName": "getFirst"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"@id": "carjoh:components/IBindingsIndex.jsonld#IBindingsIndex__member_values",
|
|
33
|
+
"memberFieldName": "values"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"constructorArguments": []
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/index.d.ts
CHANGED
|
File without changes
|
package/lib/index.js
CHANGED
|
File without changes
|
package/lib/index.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comunica/actor-rdf-join-optional-hash",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"description": "A optional-hash rdf-join actor",
|
|
5
5
|
"lsd:module": true,
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"build:components": "componentsjs-generator"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@comunica/bus-rdf-join": "4.
|
|
45
|
-
"@comunica/core": "4.
|
|
46
|
-
"@comunica/mediatortype-join-coefficients": "4.
|
|
47
|
-
"@comunica/types": "4.
|
|
48
|
-
"@comunica/utils-bindings-factory": "4.
|
|
49
|
-
"@comunica/utils-bindings-index": "4.
|
|
50
|
-
"@comunica/utils-iterator": "4.
|
|
51
|
-
"asynciterator": "^3.
|
|
52
|
-
"rdf-string": "^
|
|
44
|
+
"@comunica/bus-rdf-join": "^4.5.0",
|
|
45
|
+
"@comunica/core": "^4.5.0",
|
|
46
|
+
"@comunica/mediatortype-join-coefficients": "^4.5.0",
|
|
47
|
+
"@comunica/types": "^4.5.0",
|
|
48
|
+
"@comunica/utils-bindings-factory": "^4.5.0",
|
|
49
|
+
"@comunica/utils-bindings-index": "^4.5.0",
|
|
50
|
+
"@comunica/utils-iterator": "^4.5.0",
|
|
51
|
+
"asynciterator": "^3.9.0",
|
|
52
|
+
"rdf-string": "^1.6.3"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "2bcd98c387a021fc5c08d375793c205ca3d1bf0d"
|
|
55
55
|
}
|