Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Add Pyo3 bindings for DFSchemaRef so that struct instances can be shared with Python.
Describe the solution you'd like
Add bindings for datafusion_common::DFSchemaRef including a new common module for python that mimics the code found in datafusion_common
Describe alternatives you've considered
None
Additional context
None
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Add Pyo3 bindings for DFSchemaRef so that struct instances can be shared with Python.
Describe the solution you'd like
Add bindings for
datafusion_common::DFSchemaRefincluding a newcommonmodule for python that mimics the code found indatafusion_commonDescribe alternatives you've considered
None
Additional context
None