sparnatural
Version:
Visual client-side SPARQL query builder and knowledge graph exploration tool
17 lines • 605 B
JavaScript
export var Order;
(function (Order) {
Order["ASC"] = "asc";
Order["DESC"] = "desc";
Order["NOORDER"] = "noord";
})(Order || (Order = {}));
export var AggregateFunction;
(function (AggregateFunction) {
AggregateFunction["COUNT"] = "count";
AggregateFunction["MAX"] = "max";
AggregateFunction["MIN"] = "min";
AggregateFunction["SUM"] = "sum";
AggregateFunction["GROUP_CONCAT"] = "group_concat";
AggregateFunction["SAMPLE"] = "sample";
AggregateFunction["AVG"] = "avg";
})(AggregateFunction || (AggregateFunction = {}));
//# sourceMappingURL=SparnaturalQueryIfc.js.map