parquet::schema::types

Function to_thrift_helper

Source
fn to_thrift_helper(schema: &Type, elements: &mut Vec<SchemaElement>)
Expand description

Constructs list of SchemaElement from the schema using depth-first traversal. Here we assume that schema is always valid and starts with group type.