UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

3 lines (2 loc) 141 B
export function rowLookup(table: any, hash: any): Map<any, any>; export function indexLookup(idx: any, data: any, hash: any): Map<any, any>;