UNPKG

@tanstack/db

Version:

A reactive client store for building super fast apps on sync

4 lines (3 loc) 239 B
import { Query } from './schema.js'; import { NamespacedAndKeyedStream } from '../types.js'; export declare function processOrderBy(resultPipeline: NamespacedAndKeyedStream, query: Query, mainTableAlias: string): NamespacedAndKeyedStream;