| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.flight.FlightStreamWriter.html | [Back] [Original] |
Section Navigation
Bases: MetadataRecordBatchWriter
A writer that also allows closing the write side of a stream.
Methods
|
|
|
Prepare to write data to this stream with the given schema. |
|
Close stream and write end-of-stream 0 marker. |
|
Indicate that the client is done writing, but not done reading. |
|
Write RecordBatch or Table to stream. |
|
Write RecordBatch to stream. |
|
Write Flight metadata by itself. |
|
Write Table to stream in (contiguous) RecordBatch objects. |
|
Write a RecordBatch along with Flight metadata. |
Attributes
Current IPC write statistics. |
Prepare to write data to this stream with the given schema.
Close stream and write end-of-stream 0 marker.
Indicate that the client is done writing, but not done reading.
Current IPC write statistics.
Write RecordBatch or Table to stream.
RecordBatch, Table}Write RecordBatch to stream.
RecordBatchWrite Flight metadata by itself.
Write Table to stream in (contiguous) RecordBatch objects.
Write a RecordBatch along with Flight metadata.
RecordBatchThe next RecordBatch in the stream.
BufferApplication-specific metadata for the batch as defined by Flight.
FlightStreamWriterFlightStreamWriter.__init__()FlightStreamWriter.begin()FlightStreamWriter.close()FlightStreamWriter.done_writing()FlightStreamWriter.statsFlightStreamWriter.write()FlightStreamWriter.write_batch()FlightStreamWriter.write_metadata()FlightStreamWriter.write_table()FlightStreamWriter.write_with_metadata()
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 |