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

Method struct_mode

arrow-json/src/reader/mod.rs:739–741  ·  view source on GitHub ↗

Returns how to decode struct fields

(&self)

Source from the content-addressed store, hash-verified

737
738 /// Returns how to decode struct fields
739 pub fn struct_mode(&self) -> StructMode {
740 self.struct_mode
741 }
742
743 /// Returns whether to treat columns with incompatible types as missing (i.e. NULL)
744 pub fn ignore_type_conflicts(&self) -> bool {

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected