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

Method as_any_mut

arrow-array/src/builder/map_builder.rs:310–312  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

308 }
309
310 fn as_any_mut(&mut self) -> &mut dyn Any {
311 self
312 }
313
314 fn into_box_any(self: Box<Self>) -> Box<dyn Any> {
315 self

Callers 1

test_boxed_map_builderFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_boxed_map_builderFunction · 0.36