arquero
Version:
Query processing and transformation of array-backed data tables.
7 lines (6 loc) • 307 B
TypeScript
export function cross(table: any, other: any, values: any, options: any): any;
export function join(tableL: any, tableR: any, on: any, values: any, options?: {}): any;
export function _join(tableL: any, tableR: any, predicate: any, { names, exprs }: {
names: any;
exprs: any;
}, options?: {}): any;