Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
impl<T: Array> Datum for T {
84
fn get(&self) -> (&dyn Array, bool) {
85
(self, false)
86
}
87
}
88
89
impl Datum for dyn Array {
Callers
10
arithmetic_op
Function · 0.45
project
Method · 0.45
try_append_view
Method · 0.45
get_value
Method · 0.45
try_append_value
Method · 0.45
test_string_view_deduplicate
Function · 0.45
get_or_insert_key
Method · 0.45
get_or_insert_key
Method · 0.45
get_or_insert_key
Method · 0.45
try_new
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_string_view_deduplicate
Function · 0.36