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

Method SetUp

cpp/src/arrow/dataset/file_ipc_test.cc:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 public WriteFileSystemDatasetMixin {
96 public:
97 void SetUp() override {
98 MakeSourceDataset();
99 auto ipc_format = std::make_shared<IpcFileFormat>();
100 format_ = ipc_format;
101 SetWriteOptions(ipc_format->DefaultWriteOptions());
102 }
103};
104
105TEST_F(TestIpcFileSystemDataset, WriteWithIdenticalPartitioningSchema) {

Callers

nothing calls this directly

Calls 1

DefaultWriteOptionsMethod · 0.45

Tested by

no test coverage detected