UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

5 lines (4 loc) 117 B
export function relocate(table: any, columns: any, { before, after }?: { before?: any; after?: any; }): any;