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

Function DeserializeExpression

cpp/src/arrow/engine/substrait/serde.cc:341–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341Result<compute::Expression> DeserializeExpression(
342 const Buffer& buf, const ExtensionSet& ext_set,
343 const ConversionOptions& conversion_options) {
344 ARROW_ASSIGN_OR_RAISE(auto expr, ParseFromBuffer<substrait::Expression>(buf));
345 return FromProto(expr, ext_set, conversion_options);
346}
347
348Result<std::shared_ptr<Buffer>> SerializeExpression(
349 const compute::Expression& expr, ExtensionSet* ext_set,

Callers 1

TESTFunction · 0.85

Calls 1

FromProtoFunction · 0.70

Tested by 1

TESTFunction · 0.68