Skip to content

Implement VectorOp::take #1054

@waynexia

Description

@waynexia

What problem does the new feature solve?

VectorOp defines a set of basic compute operations.

/// Vector compute operations.
pub trait VectorOp {

This ticket requests to add the take method, like this one in arrow. It can construct a new vector out of an existing one, with given indices, which is useful in scenarios like sorting and repeating.

What does the feature do?

Add a new method take to VectorOp

Implementation challenges

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions