MCPcopy Create free account
hub / github.com/apache/datafusion / as_any

Method as_any

datafusion/common/src/config.rs:3405–3407  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3403
3404 impl ExtensionOptions for TestExtensionConfig {
3405 fn as_any(&self) -> &dyn Any {
3406 self
3407 }
3408
3409 fn as_any_mut(&mut self) -> &mut dyn Any {
3410 self

Callers 15

add_nullsFunction · 0.45
sliced_array_benchmarkFunction · 0.45
getMethod · 0.45
downcast_array_helperMethod · 0.45
cast_struct_columnFunction · 0.45
cast_list_columnFunction · 0.45
cast_list_view_columnFunction · 0.45
test_cast_simple_columnFunction · 0.45

Calls

no outgoing calls