@jahed/sparql-engine
Version:
SPARQL query engine for servers and web browsers.
12 lines (11 loc) • 469 B
TypeScript
declare const _default: {
/** The set of prefixes of a SPARQL query, as extracted by sparql.js */
PREFIXES: symbol;
/** Identify a SPARQL query with a LIMIT modifier and/or an OFFSET modifier */
HAS_LIMIT_OFFSET: symbol;
/** The default buffer size used in the bound join algorithm */
BOUND_JOIN_BUFFER_SIZE: symbol;
/** Forces all joins to be done using the Index Join algorithm */
FORCE_INDEX_JOIN: symbol;
};
export default _default;