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

Method headers

arrow-flight/src/decode.rs:129–131  ·  view source on GitHub ↗

Headers attached to this stream.

(&self)

Source from the content-addressed store, hash-verified

127
128 /// Headers attached to this stream.
129 pub fn headers(&self) -> &MetadataMap {
130 &self.headers
131 }
132
133 /// Trailers attached to this stream.
134 ///

Callers 2

infer_schemaMethod · 0.80
execute_flightFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected