Home
last modified time | relevance | path

Searched refs:tableSchema (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/statsd/src/utils/
DDbUtils.cpp181 std::vector<string> tableSchema; in isEventCompatible() local
183 tableSchema.push_back(rows[i][2]); // The third column stores the data type for the column in isEventCompatible()
187 return rows.size() == 0 || getExpectedTableSchema(event) == tableSchema; in isEventCompatible()