MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / CellContentType

Enum CellContentType

src/csvtable.cpp:1027–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025
1026table_index_t CsvTable::flagInconsistentData(table_index_t column) {
1027 std::vector<enum CellContentType> types;
1028 std::map<enum CellContentType, table_index_t> type_distribution;
1029 table_index_t ROWS = getNumberRows();
1030

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected