@comunica/actor-abstract-bindings-hash
Advanced tools
Comparing version 1.9.0 to 1.9.2
@@ -8,3 +8,3 @@ import { ActorQueryOperationTypedMediated, Bindings, IActorQueryOperationOutputBindings } from "@comunica/bus-query-operation"; | ||
*/ | ||
export declare abstract class AbstractBindingHash<T extends Algebra.Operation> extends ActorQueryOperationTypedMediated<T> implements IActorInitRdfDereferencePagedArgs { | ||
export declare abstract class AbstractBindingsHash<T extends Algebra.Operation> extends ActorQueryOperationTypedMediated<T> implements IActorInitRdfDereferencePagedArgs { | ||
readonly hashAlgorithm: string; | ||
@@ -11,0 +11,0 @@ readonly digestAlgorithm: string; |
@@ -8,3 +8,3 @@ "use strict"; | ||
*/ | ||
class AbstractBindingHash extends bus_query_operation_1.ActorQueryOperationTypedMediated { | ||
class AbstractBindingsHash extends bus_query_operation_1.ActorQueryOperationTypedMediated { | ||
constructor(args, operator) { | ||
@@ -28,3 +28,3 @@ super(args, operator); | ||
} | ||
exports.AbstractBindingHash = AbstractBindingHash; | ||
exports.AbstractBindingsHash = AbstractBindingsHash; | ||
//# sourceMappingURL=AbstractBindingsHash.js.map |
import { ActorQueryOperationTypedMediated, Bindings, IActorQueryOperationOutputBindings, IActorQueryOperationTypedMediatedArgs } from "@comunica/bus-query-operation"; | ||
import { ActionContext, IActorTest } from "@comunica/core"; | ||
import { ActionContext } from "@comunica/core"; | ||
import { Algebra } from "sparqlalgebrajs"; | ||
@@ -31,3 +31,2 @@ /** | ||
static hash(hashAlgorithm: string, digestAlgorithm: string, bindings: Bindings): string; | ||
testOperation(pattern: T, context: ActionContext): Promise<IActorTest>; | ||
abstract runOperation(pattern: T, context: ActionContext): Promise<IActorQueryOperationOutputBindings>; | ||
@@ -34,0 +33,0 @@ } |
@@ -47,7 +47,4 @@ "use strict"; | ||
} | ||
async testOperation(pattern, context) { | ||
return true; | ||
} | ||
} | ||
exports.AbstractFilterHash = AbstractFilterHash; | ||
//# sourceMappingURL=AbstractFilterHash.js.map |
{ | ||
"name": "@comunica/actor-abstract-bindings-hash", | ||
"version": "1.9.0", | ||
"version": "1.9.2", | ||
"description": "An abstract actor for handling binding query operators", | ||
@@ -43,4 +43,4 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-abstract-bindings-hash", | ||
"devDependencies": { | ||
"@comunica/bus-query-operation": "^1.9.0", | ||
"@comunica/core": "^1.9.0" | ||
"@comunica/bus-query-operation": "^1.9.2", | ||
"@comunica/core": "^1.9.2" | ||
}, | ||
@@ -74,3 +74,3 @@ "jest": { | ||
}, | ||
"gitHead": "2e0cba815fd65d5660f15c96ffc734f9099d8b6a" | ||
"gitHead": "bb6eef43498d23416b4e063d93e73c49f5575ff4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14267
142