apache / apache/arrow-java

[Java] implement index filtering for Table

未关闭
#232 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
Type: enhancement
主要语言
Java
星标
94
派生
152
平均合并
3 天 16 小时
30 天内合并 PR
11

描述

Provide tables with the ability to return a subset of their data filtered according to a set of row-indexes. The row-index set can be created by arbitrary filtering algorithms. The result will be a new Table object

**Reporter**: [Larry White](https://issues.apache.org/jira/browse/ARROW-18168) / @lwhite1
**Assignee**: [Larry White](https://issues.apache.org/jira/browse/ARROW-18168) / @lwhite1

**Note**: *This issue was originally created as [ARROW-18168](https://issues.apache.org/jira/browse/ARROW-18168). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*

贡献指南

打开贡献指南

调研方向

该 issue 没有指出任何文件或测试。首先定位 Java 的 Table 实现及其相关入口点,然后确定如何构造一个新的 Table。完成标准是调用方可以提供一组行索引,并接收一个只包含这些行的新 Table,同时由测试验证筛选行为。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
data
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。