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

Method SetUpReader

cpp/src/arrow/json/reader_test.cc:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54class ReaderTest : public ::testing::TestWithParam<bool> {
55 public:
56 void SetUpReader() {
57 read_options_.use_threads = GetParam();
58 ASSERT_OK_AND_ASSIGN(reader_, TableReader::Make(default_memory_pool(), input_,
59 read_options_, parse_options_));
60 }
61
62 void SetUpReader(std::string_view input) {
63 ASSERT_OK(MakeStream(input, &input_));

Callers

nothing calls this directly

Calls 4

default_memory_poolFunction · 0.85
MakeStreamFunction · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.50
MakeFunction · 0.50

Tested by

no test coverage detected