rok commented on code in PR #37533:
URL: https://github.com/apache/arrow/pull/37533#discussion_r1424683946
##########
cpp/src/arrow/extension/fixed_shape_tensor.h:
##########
@@ -94,6 +102,10 @@ class ARROW_EXPORT FixedShapeTensorType : public
ExtensionType {
/// Create a FixedShapeTensorArray from ArrayData
std::shared_ptr<Array> MakeArray(std::shared_ptr<ArrayData> data) const
override;
+ /// \brief Create a FixedShapeTensorArray from a Scalar Tensor
+ const Result<std::shared_ptr<Tensor>> GetTensor(
Review Comment:
Updated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]