Skip to content

ColumnarValue::into_array should not require batch #113

@alamb

Description

@alamb

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10687

ColumnarValue::into_array requires a batch argument, which is used to get the number of rows from the batch.

It would be better to just pass in the number of rows instead so that we can use this function in cases where we do not have a batch available.

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