MCPcopy 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_statementMethod · 0.45
unparseMethod · 0.45
plan_extensionMethod · 0.45
deserialize_to_structFunction · 0.45
call_with_argsMethod · 0.45
file_namesMethod · 0.45
file_sizeMethod · 0.45
invoke_with_argsMethod · 0.45

Calls 2

to_stringMethod · 0.45
intoMethod · 0.45

Tested by

no test coverage detected