Lines Matching refs:ColFields

22 //  let ColFields = ["PredSense"];
54 // for all the fields listed in ColFields.
63 // let ColFields = ["PredSense"];
96 ListInit *ColFields;
115 // in a column of the relation table. Ex: ColFields = 'predSense'
116 ColFields = MapRec->getValueAsListInit("ColFields");
118 // Values for the fields/attributes listed in 'ColFields'.
122 // List of values for the fields/attributes listed in 'ColFields', one for
139 // elements as the fields in 'ColFields'.
140 if (ColI->size() != ColFields->size())
143 " the entries in 'ColFields'!");
161 return ColFields;
210 // Returns true if an instruction is a key instruction, i.e., its ColFields
265 ListInit *ColFields = InstrMapDesc.getColFields();
270 for (unsigned j = 0, endCF = ColFields->size();
272 RecordVal *ColFieldName = CurInstr->getValue(ColFields->getElement(j));
321 // as CurValueCol for all the fields in ColFields.
324 ListInit *ColFields = InstrMapDesc.getColFields();
330 for (unsigned j = 0, endCF = ColFields->size();
332 Init *ColFieldJ = ColFields->getElement(j);
431 ListInit *ColFields = InstrMapDesc.getColFields();
443 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
472 ListInit *ColFields = InstrMapDesc.getColFields();
477 for (Init *CF : ColFields->getValues()) {
504 ListInit *ColFields;
505 ColFields = CurMap->getValueAsListInit("ColFields");
513 if (ListJ->size() != ColFields->size())
515 "`ValueCols' entries don't match with the entries in 'ColFields' !");
519 for (unsigned j = 0, endCF = ColFields->size(); j < endCF; j++) {
521 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();