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

Method metadata

arrow-flight/src/client.rs:100–102  ·  view source on GitHub ↗

Return a reference to gRPC metadata included with each request

(&self)

Source from the content-addressed store, hash-verified

98
99 /// Return a reference to gRPC metadata included with each request
100 pub fn metadata(&self) -> &MetadataMap {
101 &self.metadata
102 }
103
104 /// Return a reference to gRPC metadata included with each request
105 ///

Callers 10

mainFunction · 0.45
prepare_field_for_flightFunction · 0.45
save_metadataMethod · 0.45
handshakeMethod · 0.45
ensure_metadataFunction · 0.45
save_metadataMethod · 0.45
check_tokenMethod · 0.45
do_handshakeMethod · 0.45

Calls

no outgoing calls

Tested by 3

ensure_metadataFunction · 0.36
save_metadataMethod · 0.36