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

Method Clear

cpp/src/arrow/compute/row/row_encoder_internal.cc:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void RowEncoder::Clear() {
320 offsets_.clear();
321 bytes_.clear();
322}
323
324Status RowEncoder::EncodeAndAppend(const ExecSpan& batch) {
325 if (offsets_.empty()) {

Callers 5

ProcessIndexInMethod · 0.45
ProcessIsInMethod · 0.45
ExecMethod · 0.45
ExecMethod · 0.45
DecodeNullsMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected