Searched refs:expectedCol (Results 1 – 1 of 1) sorted by relevance
803 for (const expectedCol of Object.keys(this.rowSpec)) { constant804 if (this.columnNames.indexOf(expectedCol) < 0) {806 `Column ${expectedCol} not found in the SQL result ` +