UNPKG

@tanstack/db

Version:

A reactive client store for building super fast apps on sync

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