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

Function Encode

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

Source from the content-addressed store, hash-verified

258 void AddLengthNull(int32_t* length) override {}
259
260 Status Encode(const ExecValue& data, int64_t batch_length,
261 uint8_t** encoded_bytes) override {
262 return Status::OK();
263 }
264
265 void EncodeNull(uint8_t** encoded_bytes) override {}
266

Callers 1

EncodeMethod · 0.85

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected