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

Method SetSchema

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

Source from the content-addressed store, hash-verified

270 public JsonScanMixin<TestJsonScanNode> {
271 public:
272 void SetSchema(FieldVector fields) { SetDatasetSchema(std::move(fields)); }
273
274 void SetJsonOptions(JsonFragmentScanOptions options = {}) {
275 json_options_ = std::move(options);

Callers 3

TestScanWithBOMMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected