pub fn add_encoded_arrow_schema_to_metadata(
schema: &Schema,
props: &mut WriterProperties,
)
Expand description
Mutates writer metadata by storing the encoded Arrow schema. If there is an existing Arrow schema metadata, it is replaced.
pub fn add_encoded_arrow_schema_to_metadata(
schema: &Schema,
props: &mut WriterProperties,
)
Mutates writer metadata by storing the encoded Arrow schema. If there is an existing Arrow schema metadata, it is replaced.