Given a StructType schema I want to be able to define
def foo(row: schema) return row.field
and have PyCharm recognize the fields of row, bu