pub fn create_schema(
    types: &[Type],
    root_column: usize
) -> Result<Arc<TypeDescription>>