Searched refs:expType (Results 1 – 1 of 1) sorted by relevance
734 const expType = this.rowSpec[colName]; constant742 if (expType === NUM || expType === NUM_NULL) {829 const expType = this.rowSpec[colName]; constant833 if (expType === undefined) continue;836 if (!isCompatible(actualType, expType)) {839 ` (expected type: ${columnTypeToString(expType)}). ` +844 expType)} actual: ${CELL_TYPE_NAMES[actualType]}`;