MCPcopy Create free account
hub / github.com/baidu/tera / GetIsMultiVersionFlag

Function GetIsMultiVersionFlag

src/terautil.cc:1926–1932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1924}
1925
1926std::string GetIsMultiVersionFlag(const ColumnFamilySchema& cf_schema) {
1927 if (cf_schema.max_versions() > 1) {
1928 return "1";
1929 } else {
1930 return "0";
1931 }
1932}
1933
1934void GetTablesCfVersionMap(const TableMetaList& table_list,
1935 const std::map<std::string, std::string>& tables_cf_map,

Callers 1

GetTablesCfVersionMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected