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

Method Decode

cpp/src/arrow/csv/column_decoder.cc:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82};
83
84Future<std::shared_ptr<Array>> NullColumnDecoder::Decode(
85 const std::shared_ptr<BlockParser>& parser) {
86 DCHECK_GE(parser->num_rows(), 0);
87 return WrapConversionError(MakeArrayOfNull(type_, parser->num_rows(), pool_));
88}
89
90//////////////////////////////////////////////////////////////////////////
91// Pre-typed column decoder implementation

Callers 5

ProbeBatch_OutputOneMethod · 0.45
operator()Method · 0.45
InsertChunkMethod · 0.45
AssertChunkInvalidMethod · 0.45

Calls 6

MakeArrayOfNullFunction · 0.85
ThenMethod · 0.80
num_rowsMethod · 0.45
ConvertMethod · 0.45
typeMethod · 0.45
MarkFinishedMethod · 0.45

Tested by 2

InsertChunkMethod · 0.36
AssertChunkInvalidMethod · 0.36