Searched refs:eachIndexField (Results 1 – 1 of 1) sorted by relevance
736 std::string eachIndexField = rawIndexStr.substr(curPos, nextCommaPos - curPos); in ParseCheckIndexes() local737 eachIndexField = SchemaUtils::Strip(eachIndexField); in ParseCheckIndexes()738 if (!eachIndexField.empty()) { // Continuous ',' just ignore in ParseCheckIndexes()739 indexStrArray.push_back(eachIndexField); in ParseCheckIndexes()