Skip to content

Promote _to_arrow_iterable to public method #1072

@judahrand

Description

@judahrand

Is your feature request related to a problem? Please describe.
Currently, it is possible to stream RecordBatches using RowIterator._to_arrow_iterable and this is done internally in the to_arrow method. There is a public to_dataframe_iterable method and so it feels like there should be a matching to_arrow_iterable method for the same reasons the Pandas version exists.

Describe the solution you'd like
Promote _to_arrow_iterable to to_arrow_iterable

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions