mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Implement streaming scan through file and use in rocksdb serializer and python
This commit is contained in:
@@ -74,7 +74,7 @@ namespace {
|
||||
} else {
|
||||
std::string str;
|
||||
if (!array_.db_ptr->db->Get(rocksdb::ReadOptions{}, (is_entity ? "i|" : "t|") + std::to_string(instance_name_) + "|" + std::to_string(index_), &str).ok()) {
|
||||
return TypeEncoder::encode_type<boost::blank>() - 'A';
|
||||
return TypeEncoder::encode_type<Blank>() - 'A';
|
||||
}
|
||||
return (size_t) str[0] - 'A';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user