MCPcopy Create free account
hub / github.com/apache/arrow / SetUpTestCase

Method SetUpTestCase

cpp/src/parquet/encryption/write_configurations_test.cc:200–202  ·  view source on GitHub ↗

Set temp_dir before running the write/read tests. The encrypted files will be written/read from this directory.

Source from the content-addressed store, hash-verified

198// Set temp_dir before running the write/read tests. The encrypted files will
199// be written/read from this directory.
200void TestEncryptionConfiguration::SetUpTestCase() {
201 temp_dir = temp_data_dir().ValueOrDie();
202}
203
204} // namespace parquet::encryption::test

Callers

nothing calls this directly

Calls 2

temp_data_dirFunction · 0.85
ValueOrDieMethod · 0.80

Tested by

no test coverage detected