UNPKG

@tanstack/db

Version:

A reactive client store for building super fast apps on sync

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