Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
319
void RowEncoder::Clear() {
320
offsets_.clear();
321
bytes_.clear();
322
}
323
324
Status RowEncoder::EncodeAndAppend(const ExecSpan& batch) {
325
if (offsets_.empty()) {
Callers
5
ProcessIndexIn
Method · 0.45
ProcessIsIn
Method · 0.45
Exec
Method · 0.45
Exec
Method · 0.45
DecodeNulls
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected