Skip to main content
Go to Latest
interface RDF.QueryOperationOrder
import { type RDF } from "https://deno.land/x/ldkit@v0.5.0/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"; }[]