Is your feature request related to a problem? Please describe.
Fury support row format, rust should implement the row format protocol
Describe the solution you'd like
- Define a new trait to describe the row format method
- Auto implement the trait in fury_derive
- Use arrow-rs to describe the schema
Is your feature request related to a problem? Please describe.
Fury support row format, rust should implement the row format protocol
Describe the solution you'd like