Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ as_usize
Method
as_usize
arrow-buffer/src/native.rs:188–190 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
186
}
187
188
fn as_usize(self) -> usize {
189
self.to_parts().0 as usize
190
}
191
192
fn usize_as(i: usize) -> Self {
193
Self::from_parts(i as u128, 0)
Callers
15
new
Method · 0.80
advance_to_row
Method · 0.80
test_interval_usize
Function · 0.80
lengths
Method · 0.80
sliced_values
Method · 0.80
max_value
Method · 0.80
get_physical_indices
Method · 0.80
write
Method · 0.80
b64_encode
Function · 0.80
run_end_encoded_cast
Function · 0.80
view_from_dict_values
Function · 0.80
cast_list_to_fixed_size_list
Function · 0.80
Calls
1
to_parts
Method · 0.45
Tested by
3
test_interval_usize
Function · 0.64
test_sort_string_dict_arrays
Function · 0.64
test_sort_primitive_dict_arrays
Function · 0.64