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/mod.rs:441–443 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
439
}
440
441
fn into_data(self) -> ArrayData {
442
self.to_data()
443
}
444
445
fn data_type(&self) -> &DataType {
446
self.as_ref().data_type()
Callers
15
validate_decimal32_benchmark
Function · 0.45
validate_decimal64_benchmark
Function · 0.45
validate_decimal128_benchmark
Function · 0.45
validate_decimal256_benchmark
Function · 0.45
test_mismatched_dictionary_types
Function · 0.45
test_decimal_validation
Function · 0.45
test_decimal
Function · 0.45
test_decimal_offset
Function · 0.45
test_decimal_null_offset_nulls
Function · 0.45
test_primitive
Function · 0.45
test_primitive_offset
Function · 0.45
test_primitive_null_offset
Function · 0.45
Calls
1
to_data
Method · 0.45
Tested by
15
test_mismatched_dictionary_types
Function · 0.36
test_decimal_validation
Function · 0.36
test_decimal
Function · 0.36
test_decimal_offset
Function · 0.36
test_decimal_null_offset_nulls
Function · 0.36
test_primitive
Function · 0.36
test_primitive_offset
Function · 0.36
test_primitive_null_offset
Function · 0.36
test_primitive_null_offset_nulls
Function · 0.36
test_list_null_offset
Function · 0.36
test_variable_sized_nulls
Function · 0.36
test_variable_sized_offsets
Function · 0.36