Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Copy
Method
Copy
cpp/src/arrow/compute/function.cc:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
std::unique_ptr<FunctionOptions> FunctionOptions::Copy() const {
62
return options_type()->Copy(*this);
63
}
64
65
Result<std::shared_ptr<Buffer>> FunctionOptions::Serialize() const {
66
return options_type()->Serialize(*this);
Callers
14
DoTestNoValidityBitmapButUnknownNullCount
Method · 0.45
TestNoValidityBitmapButUnknownNullCount
Method · 0.45
RanksWithNulls
Method · 0.45
ExecChunked
Method · 0.45
GetPhysicalArray
Function · 0.45
Exec
Method · 0.45
Exec
Method · 0.45
MaskArrayWithNullsAt
Function · 0.45
TEST
Function · 0.45
SmallintArrayFromJSON
Function · 0.45
TinyintArrayFromJSON
Function · 0.45
Merge
Method · 0.45
Calls
1
options_type
Function · 0.85
Tested by
8
DoTestNoValidityBitmapButUnknownNullCount
Method · 0.36
TestNoValidityBitmapButUnknownNullCount
Method · 0.36
MaskArrayWithNullsAt
Function · 0.36
TEST
Function · 0.36
SmallintArrayFromJSON
Function · 0.36
TinyintArrayFromJSON
Function · 0.36
TEST
Function · 0.36
ValidateConsume
Method · 0.36