Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ into_data
Method
into_data
arrow-array/src/array/dictionary_array.rs:708–710 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
706
}
707
708
fn into_data(self) -> ArrayData {
709
self.into()
710
}
711
712
fn data_type(&self) -> &DataType {
713
&self.data_type
Callers
3
from
Method · 0.45
test_dictionary_all_nulls
Function · 0.45
test_from_array_data_validation
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_dictionary_all_nulls
Function · 0.36
test_from_array_data_validation
Function · 0.36