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

Method AssertChunkInvalid

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

Source from the content-addressed store, hash-verified

111 }
112
113 void AssertChunkInvalid(std::vector<std::string> chunk) {
114 std::shared_ptr<BlockParser> parser;
115 MakeColumnParser(chunk, &parser);
116 ASSERT_FINISHES_AND_RAISES(Invalid, decoder_->Decode(parser));
117 }
118
119 void AssertFetch(std::shared_ptr<Array> expected_chunk) {
120 ASSERT_OK_AND_ASSIGN(auto chunk, NextChunk());

Callers

nothing calls this directly

Calls 2

MakeColumnParserFunction · 0.85
DecodeMethod · 0.45

Tested by

no test coverage detected