Skip to content

[C++][Python] Basic conversion of RecordBatch to Arrow Tensor #40059

@AlenkaF

Description

@AlenkaF

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions