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

Function ToFileSource

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

Source from the content-addressed store, hash-verified

160};
161
162std::shared_ptr<FileSource> ToFileSource(std::string json) {
163 return std::make_shared<FileSource>(Buffer::FromString(std::move(json)));
164}
165
166// Mixin for additional JSON-specific tests, compatible with both format APIs.
167template <typename T>

Callers 3

TestScanWithBOMMethod · 0.85

Calls 1

FromStringFunction · 0.85

Tested by

no test coverage detected