@tanstack/db
Version:
A reactive client store for building super fast apps on sync
8 lines (7 loc) • 404 B
TypeScript
import { Select } from '../ir.js';
import { KeyedStream, NamespacedAndKeyedStream } from '../../types.js';
/**
* Processes the SELECT clause and places results in $selected
* while preserving the original namespaced row for ORDER BY access
*/
export declare function processSelect(pipeline: NamespacedAndKeyedStream, select: Select, _allInputs: Record<string, KeyedStream>): NamespacedAndKeyedStream;