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

Method Deserialize

cpp/src/arrow/compute/function_internal.cc:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87Result<std::unique_ptr<FunctionOptions>> GenericOptionsType::Deserialize(
88 const Buffer& buffer) const {
89 return DeserializeFunctionOptions(buffer);
90}
91
92Result<std::unique_ptr<FunctionOptions>> DeserializeFunctionOptions(
93 const Buffer& buffer) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected