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

Method get_def_levels

parquet/src/arrow/array_reader/struct_array.rs:210–214  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

208 }
209
210 fn get_def_levels(&self) -> Option<&[i16]> {
211 // Children definition levels should describe the same
212 // parent structure, so return first child's
213 self.children.first().and_then(|l| l.get_def_levels())
214 }
215
216 fn get_rep_levels(&self) -> Option<&[i16]> {
217 // Children definition levels should describe the same

Callers 1

consume_batchMethod · 0.45

Calls 2

and_thenMethod · 0.80
firstMethod · 0.80

Tested by

no test coverage detected