MCPcopy Create free account
hub / github.com/apache/arrow-rs / value_data

Method value_data

arrow-array/src/array/byte_array.rs:283–285  ·  view source on GitHub ↗

Returns the raw value data

(&self)

Source from the content-addressed store, hash-verified

281
282 /// Returns the raw value data
283 pub fn value_data(&self) -> &[u8] {
284 self.value_data.as_slice()
285 }
286
287 /// Returns true if all data within this array is ASCII
288 pub fn is_ascii(&self) -> bool {

Callers 10

cast_binary_to_stringFunction · 0.45
newMethod · 0.45
take_bytesFunction · 0.45
append_arrayMethod · 0.45
new_with_dictionaryMethod · 0.45
is_asciiMethod · 0.45
byte_substringFunction · 0.45
concat_elements_bytesFunction · 0.45

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected