MCPcopy 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
61std::unique_ptr<FunctionOptions> FunctionOptions::Copy() const {
62 return options_type()->Copy(*this);
63}
64
65Result<std::shared_ptr<Buffer>> FunctionOptions::Serialize() const {
66 return options_type()->Serialize(*this);

Callers 14

RanksWithNullsMethod · 0.45
ExecChunkedMethod · 0.45
GetPhysicalArrayFunction · 0.45
ExecMethod · 0.45
ExecMethod · 0.45
MaskArrayWithNullsAtFunction · 0.45
TESTFunction · 0.45
SmallintArrayFromJSONFunction · 0.45
TinyintArrayFromJSONFunction · 0.45
MergeMethod · 0.45

Calls 1

options_typeFunction · 0.85

Tested by 8

MaskArrayWithNullsAtFunction · 0.36
TESTFunction · 0.36
SmallintArrayFromJSONFunction · 0.36
TinyintArrayFromJSONFunction · 0.36
TESTFunction · 0.36
ValidateConsumeMethod · 0.36