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

Method set

arrow-data/src/data.rs:2004–2006  ·  view source on GitHub ↗
(&mut self, val: bool)

Source from the content-addressed store, hash-verified

2002 /// subsequently bypass safety checks in the [`ArrayDataBuilder`].
2003 #[inline]
2004 pub unsafe fn set(&mut self, val: bool) {
2005 self.0 = val;
2006 }
2007
2008 /// Returns the value of the flag
2009 #[inline]

Callers 14

add_live_bytesFunction · 0.45
subtract_live_bytesFunction · 0.45
add_allocated_bytesFunction · 0.45
reset_peakFunction · 0.45
reset_allocatedFunction · 0.45
add_live_bytesFunction · 0.45
subtract_live_bytesFunction · 0.45
peak_heap_bytesFunction · 0.45
create_data_and_spark_dfFunction · 0.45
new_uncheckedMethod · 0.45
skip_validationMethod · 0.45

Calls

no outgoing calls

Tested by 4

add_live_bytesFunction · 0.36
subtract_live_bytesFunction · 0.36
peak_heap_bytesFunction · 0.36
create_data_and_spark_dfFunction · 0.36