| 241 | } |
| 242 | |
| 243 | Status open( |
| 244 | tiledb::sm::QueryType query_type, |
| 245 | tiledb::sm::EncryptionType enc_type, |
| 246 | const void* enc_key, |
| 247 | uint32_t key_length) { |
| 248 | return array_->open(query_type, enc_type, enc_key, key_length); |
| 249 | } |
| 250 | |
| 251 | const shared_ptr<tiledb::sm::OpenedArray> opened_array() const { |
| 252 | return array_->opened_array(); |
no outgoing calls
no test coverage detected