Skip to content

[FEA] Replace std::vector by host_span in APIs parameter #11116

Open
@ttnghia

Description

@ttnghia

cudf currently has many APIs that take in std::vector as one of its input parameters. For example:

[[nodiscard]] table_view select(std::vector<size_type> const& column_indices) const;

We should replace the std::vector parameter by host_span wherever possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    0 - BacklogIn queue waiting for assignmentfeature requestNew feature or requestgood first issueGood for newcomerslibcudfAffects libcudf (C++/CUDA) code.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions