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.
fn to_thrift_helper(schema: &Type, elements: &mut Vec<SchemaElement>)
Constructs list of SchemaElement
from the schema using depth-first traversal.
Here we assume that schema is always valid and starts with group type.