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

Function Decode

cpp/src/arrow/compute/row/row_encoder_internal.h:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 void EncodeNull(uint8_t** encoded_bytes) override {}
266
267 Result<std::shared_ptr<ArrayData>> Decode(uint8_t** encoded_bytes, int32_t length,
268 MemoryPool* pool) override {
269 return ArrayData::Make(null(), length, {NULLPTR}, length);
270 }
271};
272
273/// RowEncoder encodes ExecSpan to a variable length byte sequence

Callers 3

DecodeMethod · 0.70

Calls 1

MakeFunction · 0.50

Tested by

no test coverage detected