datafusion
datafusion copied to clipboard
Add serialization of `ScalarValue::Struct`
Draft as it builds on https://github.com/apache/arrow-datafusion/pull/3535
Which issue does this PR close?
Closes https://github.com/apache/arrow-datafusion/issues/3531
Rationale for this change
See https://github.com/apache/arrow-datafusion/issues/3531
What changes are included in this PR?
Changes:
- Implement serialization code for:
ScalarValue::Struct - Add tests
Are there any user-facing changes?
No