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

Method get

arrow-array/src/scalar.rs:84–86  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

82
83impl<T: Array> Datum for T {
84 fn get(&self) -> (&dyn Array, bool) {
85 (self, false)
86 }
87}
88
89impl Datum for dyn Array {

Callers 10

arithmetic_opFunction · 0.45
projectMethod · 0.45
try_append_viewMethod · 0.45
get_valueMethod · 0.45
try_append_valueMethod · 0.45
get_or_insert_keyMethod · 0.45
get_or_insert_keyMethod · 0.45
get_or_insert_keyMethod · 0.45
try_newMethod · 0.45

Calls

no outgoing calls

Tested by 1