MCPcopy 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

IsNullRunEndEncodedFunction · 0.70
UnionMayHaveLogicalNullsFunction · 0.70
TEST_PFunction · 0.70
VisitMethod · 0.70
data.hFile · 0.70
PartitionMethod · 0.50
FilterWithTakeExecFunction · 0.50

Calls

no outgoing calls

Tested by 4

TEST_PFunction · 0.56
TestCaseWhenRandomFunction · 0.40