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

Method InsertChunk

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

Source from the content-addressed store, hash-verified

85 }
86
87 void InsertChunk(std::vector<std::string> chunk) {
88 std::shared_ptr<BlockParser> parser;
89 MakeColumnParser(chunk, &parser);
90 auto decoded = decoder_->Decode(parser);
91 decoded_chunks_.push_back(decoded);
92 ++num_chunks_;
93 }
94
95 void AppendChunks(const ChunkData& chunks) {
96 for (const auto& chunk : chunks) {

Callers

nothing calls this directly

Calls 3

MakeColumnParserFunction · 0.85
push_backMethod · 0.80
DecodeMethod · 0.45

Tested by

no test coverage detected