| 537 | } |
| 538 | |
| 539 | FlatSparseStreamerEntity::Pointer FlatSparseStreamerEntity::clone() const { |
| 540 | auto entity = new (std::nothrow) FlatSparseStreamerEntity( |
| 541 | stats_, meta_, streamer_meta_, keys_map_lock_, keys_map_, |
| 542 | sparse_data_chunks_, sparse_offset_chunks_); |
| 543 | return FlatSparseStreamerEntity::Pointer(entity); |
| 544 | } |
| 545 | |
| 546 | int FlatSparseStreamerEntity::add(uint64_t key, |
| 547 | const std::string &sparse_vector, |
no outgoing calls
no test coverage detected