Describe the enhancement requested
This issue is a part of #40058 and adds RecordBatch → Tensor basic conversion with:
- One data type (all columns having for example an
int32 data type)
- No missing values (only
NaN)
- Column-major layout (write data column by column)
Component(s)
C++, Python