Add builder style methods to Field
#1934
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
Is your feature request related to a problem or challenge? Please describe what you are trying to do.:
I want to make a field Nullable as part of outer joins creation in DataFusion
I would like a builder style API so I can write code like
but instead I have to write
Describe the solution you'd like
Ideally we could add functions to https://docs.rs/arrow/16.0.0/arrow/datatypes/struct.Field.html
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: