| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.flight.MetadataRecordBatchWriter.html | [Back] [Original] |
Section Navigation
Bases: _CRecordBatchWriter
A RecordBatchWriter that also allows writing application metadata.
This class is a context manager; on exit, close() will be called.
Methods
|
|
|
Prepare to write data to this stream with the given schema. |
|
Close stream and write end-of-stream 0 marker. |
|
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.
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.
MetadataRecordBatchWriterMetadataRecordBatchWriter.__init__()MetadataRecordBatchWriter.begin()MetadataRecordBatchWriter.close()MetadataRecordBatchWriter.statsMetadataRecordBatchWriter.write()MetadataRecordBatchWriter.write_batch()MetadataRecordBatchWriter.write_metadata()MetadataRecordBatchWriter.write_table()MetadataRecordBatchWriter.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 |