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

Method SetJsonOptions

cpp/src/arrow/dataset/file_json_test.cc:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 public JsonScanMixin<TestJsonScan> {
262 public:
263 void SetJsonOptions(JsonFragmentScanOptions options = {}) {
264 opts_->fragment_scan_options =
265 std::make_shared<JsonFragmentScanOptions>(std::move(options));
266 }
267};
268
269class TestJsonScanNode : public FileFormatScanNodeMixin<JsonFormatHelper>,

Calls

no outgoing calls

Tested by

no test coverage detected