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

Method ToArray

cpp/src/arrow/array/data.cc:693–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693std::shared_ptr<Array> ArraySpan::ToArray() const {
694 return MakeArray(this->ToArrayData());
695}
696
697bool ArraySpan::IsNullSparseUnion(int64_t i) const {
698 auto* union_type = checked_cast<const SparseUnionType*>(this->type);

Callers 12

CheckSpanRoundTripFunction · 0.45
TEST_FFunction · 0.45
CheckIterationMethod · 0.45
TEST_FFunction · 0.45
AppendMethod · 0.45
ConsumeMethod · 0.45
MapKeysInternalMethod · 0.45
CastToExtensionFunction · 0.45
EncodeMethod · 0.45
ExampleFunction · 0.45
CallRScalarUDFFunction · 0.45

Calls 2

ToArrayDataMethod · 0.95
MakeArrayFunction · 0.70

Tested by 4

CheckSpanRoundTripFunction · 0.36
TEST_FFunction · 0.36
CheckIterationMethod · 0.36
TEST_FFunction · 0.36