Skip to content

Move logic into append_to_builder #3235

Description

@gatesn

Currently append_to_builder for canonical arrays looks something like:

    fn _append_to_builder(&self, builder: &mut dyn ArrayBuilder) -> VortexResult<()> {
        builder.extend_from_array(self)
    }

Where the builder presumably performs some array downcast.

Instead, the encodings should unpack themselves into the builders.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions