Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ as_any
Method
as_any
datafusion-examples/examples/flight/sql_server.rs:442–447 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
440
}
441
442
fn as_any(&self) -> Any {
443
Any {
444
type_url: FetchResults::type_url().to_string(),
445
value: ::prost::Message::encode_to_vec(self).into(),
446
}
447
}
448
}
Callers
10
unparse_to_statement
Method · 0.45
unparse
Method · 0.45
plan_extension
Method · 0.45
deserialize_to_struct
Function · 0.45
call_with_args
Method · 0.45
file_names
Method · 0.45
file_size
Method · 0.45
invoke_with_args
Method · 0.45
get_flight_info_prepared_statement
Method · 0.45
get_flight_info_tables
Method · 0.45
Calls
2
to_string
Method · 0.45
into
Method · 0.45
Tested by
no test coverage detected