Specify application specific metadata included in the [`FlightData::app_metadata`] field of the the first Schema message
(mut self, app_metadata: Bytes)
| 209 | /// [`FlightData::app_metadata`] field of the the first Schema |
| 210 | /// message |
| 211 | pub fn with_metadata(mut self, app_metadata: Bytes) -> Self { |
| 212 | self.app_metadata = app_metadata; |
| 213 | self |
| 214 | } |
| 215 | |
| 216 | /// Set the [`IpcWriteOptions`] used to encode the [`RecordBatch`]es for transport. |
| 217 | pub fn with_options(mut self, options: IpcWriteOptions) -> Self { |
no outgoing calls