MCPcopy Create free account
hub / github.com/apache/arrow-rs / with_options

Method with_options

arrow-flight/src/encode.rs:217–220  ·  view source on GitHub ↗

Set the [`IpcWriteOptions`] used to encode the [`RecordBatch`]es for transport.

(mut self, options: IpcWriteOptions)

Source from the content-addressed store, hash-verified

215
216 /// Set the [`IpcWriteOptions`] used to encode the [`RecordBatch`]es for transport.
217 pub fn with_options(mut self, options: IpcWriteOptions) -> Self {
218 self.options = options;
219 self
220 }
221
222 /// Specify a schema for the RecordBatches being sent. If a schema
223 /// is not specified, an encoded Schema message will be sent when

Callers 2

verify_flight_round_tripFunction · 0.80
verify_encoded_splitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected