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

Function RunExamples

cpp/examples/arrow/parquet_column_encryption.cc:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167arrow::Status RunExamples(const std::string& path_to_file) {
168 ARROW_RETURN_NOT_OK(WriteEncryptedFile(path_to_file));
169 ARROW_RETURN_NOT_OK(ReadEncryptedFile(path_to_file));
170 return arrow::Status::OK();
171}
172
173int main(int argc, char** argv) {
174 if (argc != 2) {

Callers 1

mainFunction · 0.70

Calls 3

WriteEncryptedFileFunction · 0.85
ReadEncryptedFileFunction · 0.85
OKFunction · 0.50

Tested by

no test coverage detected