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

Method State

cpp/src/arrow/dataset/file_json.cc:267–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266 struct State {
267 State(const JsonFragmentScanOptions& json_options,
268 const std::shared_ptr<ScanOptions>& scan_options)
269 : parse_options(GetInitialParseOptions(json_options.parse_options)),
270 read_options(json_options.read_options),
271 scan_options(scan_options) {}
272 json::ParseOptions parse_options;
273 json::ReadOptions read_options;
274 std::shared_ptr<const ScanOptions> scan_options;

Callers

nothing calls this directly

Calls 1

GetInitialParseOptionsFunction · 0.85

Tested by

no test coverage detected