(&self)
| 743 | } |
| 744 | |
| 745 | pub fn offset(&self) -> usize { |
| 746 | self.inner.offset() |
| 747 | } |
| 748 | |
| 749 | pub fn nulls(&self) -> Option<&NullBuffer> { |
| 750 | // According to the shredding spec, ShreddedVariantFieldArray should be |
no outgoing calls
no test coverage detected