Lines Matching refs:sqlMap
193 let sqlMap = table[index];
194 if (sqlMap.type === 'counter') {
195 let result = await querySdkCount(sqlMap.countSql, componentId);
197 await this.initCounter(nodeRow, i, result[i], sqlMap, componentId);
199 } else if (sqlMap.type === 'slice' && sqlMap.pluginName === this.pluginName) {
202 … let result = await querySdkCount(sqlMap.countSql, componentId, {$suffix: `%${ suffixList[i]}`});
206 await this.initSlice(groupNodeRow, i, result[i], sqlMap, componentId);
210 let result = await querySdkCount(sqlMap.countOtherSql, componentId);
214 await this.initSlice(groupNodeRow, i, result[i], sqlMap, componentId);
217 } else if (sqlMap.type === 'slice') {
218 let result = await querySdkCount(sqlMap.countSql, componentId, {});
220 await this.initSlice(nodeRow, i, result[i], sqlMap, componentId);
253 sqlMap: any,
258 querySdkCounterData(sqlMap.chartSql, result.counter_id, componentId);
269 let maxList = await queryCounterMax(sqlMap.maxSql, result.counter_id, componentId);
390 sqlMap: any,
397 sqlMap.chartSql,