UNPKG

@tanstack/db

Version:

A reactive client store for building super fast apps on sync

4 lines (3 loc) 269 B
import { Query } from './schema.js'; import { KeyedStream, NamespacedAndKeyedStream } from '../types.js'; export declare function processSelect(pipeline: NamespacedAndKeyedStream, query: Query, mainTableAlias: string, inputs: Record<string, KeyedStream>): KeyedStream;