Support Arrow Tensor type #108
Labels
arrow
Apache Arrow related issues
enhancement
New feature or request
help wanted
Extra attention is needed
python
rust
Rust related tasks
edit: use
arrow::extension::FixedShapeTensorType
https://arrow.apache.org/docs/dev/format/CanonicalExtensions.html#fixed-shape-tensor-extension
Problem
In arrow, Tensors do not have corresponding Array type, as it can not be used to store in a Table / Dataset / RecordBatch.
To support ML datasets, it is desirable to have tensors stored within the datasets.
Desired Behavior
To support parametrized Tensors in a Table / Datasets. A
TensorArray
andTensorType
should allow parameters, i.e.,shade
,data type
(i.e., bid_width) and etc.The text was updated successfully, but these errors were encountered: