MCPcopy 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

test_decimal_validationFunction · 0.45
test_decimalFunction · 0.45
test_decimal_offsetFunction · 0.45
test_primitiveFunction · 0.45
test_primitive_offsetFunction · 0.45

Calls 1

to_dataMethod · 0.45

Tested by 15

test_decimal_validationFunction · 0.36
test_decimalFunction · 0.36
test_decimal_offsetFunction · 0.36
test_primitiveFunction · 0.36
test_primitive_offsetFunction · 0.36
test_list_null_offsetFunction · 0.36