Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ArraySpan
Function
ArraySpan
cpp/src/arrow/array/data.h:523–523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
521
ArraySpan() = default;
522
523
explicit ArraySpan(const DataType* type, int64_t length) : type(type), length(length) {}
524
525
ArraySpan(const ArrayData& data) { // NOLINT implicit conversion
526
SetMembers(data);
Callers
14
IsNullRunEndEncoded
Function · 0.70
UnionMayHaveLogicalNulls
Function · 0.70
RunEndEncodedMayHaveLogicalNulls
Function · 0.70
DictionaryMayHaveLogicalNulls
Function · 0.70
ComputeLogicalNullCount
Method · 0.70
TEST_P
Function · 0.70
Visit
Method · 0.70
data.h
File · 0.70
Partition
Method · 0.50
AddArtificialOffsetInChildArray
Function · 0.50
FilterWithTakeExec
Function · 0.50
IndicesNonZeroExecChunked
Function · 0.50
Calls
no outgoing calls
Tested by
4
TEST_P
Function · 0.56
AddArtificialOffsetInChildArray
Function · 0.40
TestCaseWhenRandom
Function · 0.40
AddArtificialOffsetInChildArray
Method · 0.40