MCPcopy
hub / github.com/AlaSQL/alasql / table

Interface table

types/alasql.d.ts:107–115  ·  view source on GitHub ↗

* AlaSQL table object. This is a lightweight implimentation * * @interface table

Source from the content-addressed store, hash-verified

105 * @interface table
106 */
107 interface table {
108 /**
109 * The array of data stored in the table which can be queried
110 *
111 * @type {any[]}
112 * @memberof table
113 */
114 data: unknown[];
115 }
116
117 /**
118 * AlaSQL database dictionary

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…