Struct arrow_integration_test::ArrowJsonSchema
source · pub struct ArrowJsonSchema {
pub fields: Vec<ArrowJsonField>,
pub metadata: Option<Vec<HashMap<String, String>>>,
}
Expand description
A struct that partially reads the Arrow JSON schema.
Fields are left as JSON Value
as they vary by DataType
Fields§
§fields: Vec<ArrowJsonField>
§metadata: Option<Vec<HashMap<String, String>>>
Trait Implementations§
source§impl Debug for ArrowJsonSchema
impl Debug for ArrowJsonSchema
source§impl<'de> Deserialize<'de> for ArrowJsonSchema
impl<'de> Deserialize<'de> for ArrowJsonSchema
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more