datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Add serialization of `ScalarValue::Struct`

Open alamb opened this issue 3 years ago • 0 comments

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:

  1. Implement serialization code for: ScalarValue::Struct
  2. Add tests

Are there any user-facing changes?

No

alamb avatar Sep 19 '22 19:09 alamb