Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
693
std::shared_ptr<Array> ArraySpan::ToArray() const {
694
return MakeArray(this->ToArrayData());
695
}
696
697
bool ArraySpan::IsNullSparseUnion(int64_t i) const {
698
auto* union_type = checked_cast<const SparseUnionType*>(this->type);
Callers
12
ggandiva_selection_vector_to_array
Function · 0.45
CheckSpanRoundTrip
Function · 0.45
TEST_F
Function · 0.45
CheckIteration
Method · 0.45
TEST_F
Function · 0.45
Append
Method · 0.45
Consume
Method · 0.45
MapKeysInternal
Method · 0.45
CastToExtension
Function · 0.45
Encode
Method · 0.45
Example
Function · 0.45
CallRScalarUDF
Function · 0.45
Calls
2
ToArrayData
Method · 0.95
MakeArray
Function · 0.70
Tested by
4
CheckSpanRoundTrip
Function · 0.36
TEST_F
Function · 0.36
CheckIteration
Method · 0.36
TEST_F
Function · 0.36