Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ UnsafeAppendDefLevel
Method
UnsafeAppendDefLevel
cpp/src/parquet/arrow/path_internal.cc:178–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
void UnsafeAppendDefLevel(int16_t def_level) { def_levels.UnsafeAppend(def_level); }
179
180
IterationResult AppendRepLevel(int16_t rep_level) {
181
last_status = rep_levels.Append(rep_level);
Callers
1
Run
Method · 0.80
Calls
1
UnsafeAppend
Method · 0.45
Tested by
no test coverage detected