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

Method field_positions

arrow-json/src/reader/struct_array.rs:67–70  ·  view source on GitHub ↗
(&self, field_idx: usize)

Source from the content-addressed store, hash-verified

65 }
66
67 fn field_positions(&self, field_idx: usize) -> &[u32] {
68 let start = field_idx * self.row_count;
69 &self.data[start..start + self.row_count]
70 }
71}
72
73pub struct StructArrayDecoder {

Callers 1

decodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected