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

Function Initialize

cpp/src/arrow/dataset/plan.cc:30–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace internal {
29
30void Initialize() {
31 static std::once_flag flag;
32 std::call_once(flag, [] {
33 auto registry = acero::default_exec_factory_registry();
34 if (registry) {
35 InitializeScanner(registry);
36 InitializeScannerV2(registry);
37 InitializeDatasetWriter(registry);
38 }
39 });
40}
41
42} // namespace internal
43} // namespace dataset

Callers 15

AsyncScannerMethod · 0.70
FileSystemWriteTestMethod · 0.70
MinimalEndToEndScanFunction · 0.70
ScanOnlyFunction · 0.70
SetUpMethod · 0.70
SetUpMethod · 0.70
TestScannerBaseMethod · 0.70
TESTFunction · 0.70
SetUpMethod · 0.70
SetUpMethod · 0.70
TESTFunction · 0.50

Calls 4

InitializeScannerFunction · 0.85
InitializeScannerV2Function · 0.85
InitializeDatasetWriterFunction · 0.85

Tested by 11

FileSystemWriteTestMethod · 0.56
SetUpMethod · 0.56
SetUpMethod · 0.56
TestScannerBaseMethod · 0.56
TESTFunction · 0.56
SetUpMethod · 0.56
SetUpMethod · 0.56
TESTFunction · 0.40
SetUpMethod · 0.40
DoWriteMethod · 0.40