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

Method TestEmpty

cpp/src/arrow/csv/column_decoder_test.cc:373–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 }
372
373 void TestEmpty() {
374 auto type = null();
375
376 MakeDecoder(default_options);
377
378 AppendChunks({{}, {}});
379 AssertFetch(ArrayFromJSON(type, "[]"));
380 AssertFetch(ArrayFromJSON(type, "[]"));
381 }
382};
383
384TEST_F(InferringColumnDecoderTest, Integers) { this->TestIntegers(); }

Callers 1

TEST_FFunction · 0.45

Calls 2

MakeDecoderFunction · 0.85
ArrayFromJSONFunction · 0.85

Tested by

no test coverage detected