Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ldkit/library/rdf.ts>RDF.QueryOperationOrder

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
interface RDF.QueryOperationOrder
import { type RDF } from "https://deno.land/x/ldkit@v0.6.0/library/rdf.ts";
const { QueryOperationOrder } = RDF;

QueryOperationOrder represents an ordering of the results of a given query operation.

These objects can represent orderings of both quad and bindings streams, respectively identified by quad term names and variables.

Properties

terms: { term: T; direction: "asc" | "desc"; }[]