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

Method strict_mode

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

Returns whether to validate struct fields strictly

(&self)

Source from the content-addressed store, hash-verified

732
733 /// Returns whether to validate struct fields strictly
734 pub fn strict_mode(&self) -> bool {
735 self.strict_mode
736 }
737
738 /// Returns how to decode struct fields
739 pub fn struct_mode(&self) -> StructMode {

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected