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

Function temp_data_dir

cpp/src/parquet/encryption/test_encryption_util.h:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58extern std::unique_ptr<TemporaryDir> temp_dir;
59
60inline ::arrow::Result<std::unique_ptr<TemporaryDir>> temp_data_dir() {
61 return TemporaryDir::Make("parquet-encryption-test-");
62}
63
64const char kDoubleFieldName[] = "double_field";
65const char kFloatFieldName[] = "float_field";

Callers 3

SetUpMethod · 0.85
SetUpTestCaseMethod · 0.85
SetUpMethod · 0.85

Calls 1

MakeFunction · 0.50

Tested by

no test coverage detected