| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.flight.FlightStreamReader.html | [Back] [Original] |
Section Navigation
Bases: MetadataRecordBatchReader
A reader that can also be canceled.
Methods
|
|
|
Cancel the read operation. |
|
Read the entire contents of the stream as a Table. |
|
Read the next FlightStreamChunk along with any metadata. |
|
Read contents of stream to a pandas.DataFrame. |
|
Convert this reader into a regular RecordBatchReader. |
Attributes
Cancel the read operation.
Read the entire contents of the stream as a Table.
Read the next FlightStreamChunk along with any metadata.
FlightStreamChunkThe next FlightStreamChunk in the stream.
StopIterationwhen the stream is finished
Read contents of stream to a pandas.DataFrame.
Read all record batches as a pyarrow.Table then convert it to a pandas.DataFrame using Table.to_pandas.
Arguments to forward to Table.to_pandas().
Get the schema for this reader.
Current Flight read statistics.
ReadStatsConvert this reader into a regular RecordBatchReader.
This may fail if the schema cannot be read from the remote end.
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |