Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_info
Method · 0.45
get_flight_info_catalogs
Method · 0.45
get_flight_info_schemas
Method · 0.45
get_flight_info_tables
Method · 0.45
get_flight_info_table_types
Method · 0.45
test_do_put_empty_stream
Function · 0.45
test_do_put_first_element_err
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected