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

Method slice

arrow-array/src/array/mod.rs:449–451  ·  view source on GitHub ↗
(&self, offset: usize, length: usize)

Source from the content-addressed store, hash-verified

447 }
448
449 fn slice(&self, offset: usize, length: usize) -> ArrayRef {
450 self.as_ref().slice(offset, length)
451 }
452
453 fn len(&self) -> usize {
454 self.as_ref().len()

Callers 2

test_null_structFunction · 0.45

Calls 1

as_refMethod · 0.45

Tested by 2

test_null_structFunction · 0.36