Skip to content

Feat(typed-arrow-dyn): DynRowRaw support projection through DynProjection #33

@KafkaCat

Description

@KafkaCat

I need something like

let row: DynRowRaw;
let projection: DynProjection;
let projected_row: DynRowRaw = row.project(projection);

This does zero-copy projection using the schema aware DynProjection. it should throw error if the schema of row doesn't match with DynProjection's schema.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions