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

Method as_any

arrow-flight/tests/flight_sql_client_cli.rs:767–772  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

765 }
766
767 fn as_any(&self) -> Any {
768 Any {
769 type_url: FetchResults::type_url().to_string(),
770 value: ::prost::Message::encode_to_vec(self).into(),
771 }
772 }
773}

Callers 7

fake_flight_infoMethod · 0.45
test_do_put_empty_streamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected