Skip to content

Change FixedSizeList Scalar to use array #8218

@wjones127

Description

@wjones127

Is your feature request related to a problem or challenge?

We changed ScalarValue::List to wrap an array ref in #7352. But FixedSizeList is still a Vec<ScalarValue>. There shouldn't be varying data types there, so storing as a Vec<ScalarValue> seems inefficient and potentially error-prone.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

api changeChanges the API exposed to users of the crateenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions