How to use the sparqlee.SyncEvaluator function in sparqlee

To help you get started, we’ve selected a few sparqlee examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github comunica / comunica / packages / actor-query-operation-group / lib / ActorQueryOperationGroup.ts View on Github external
public async testOperation(pattern: Algebra.Group, context: ActionContext): Promise {
    for (const i in pattern.aggregates) {
      // Will throw for unsupported expressions
      const _ = new SyncEvaluator(pattern.aggregates[i].expression);
    }
    return true;
  }

sparqlee

A simple SPARQL expression evaluator library

MIT
Latest version published 11 months ago

Package Health Score

48 / 100
Full package analysis