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

Method Defaults

cpp/src/arrow/json/options.cc:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace json {
22
23ParseOptions ParseOptions::Defaults() { return ParseOptions(); }
24
25ReadOptions ReadOptions::Defaults() { return ReadOptions(); }
26

Callers

nothing calls this directly

Calls 2

ParseOptionsClass · 0.70
ReadOptionsClass · 0.70

Tested by

no test coverage detected