tustvold commented on code in PR #4113:
URL: https://github.com/apache/arrow-rs/pull/4113#discussion_r1174473976
##########
arrow/src/tensor.rs:
##########
@@ -85,17 +85,36 @@ pub struct Tensor<'a, T: ArrowPrimitiveType> {
}
pub type BooleanTensor<'a> = Tensor<'a, BooleanType>;
+pub type Date32Tensor<'a> = Tensor<'a, Date32Type>;
Review Comment:
What is the use-case for a tensor of dates? I was under the impression they
were only for unitless quantities?
--
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]