apache / apache/arrow-java

[Java] implement index filtering for Table

Open
#232 0 comments 1 reaction 0 assignees View on GitHub
Type: enhancement
Dominant language
Java
Stars
94
Forks
152
Avg merge
3d 16h
Merged PRs (30d)
11

Description

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.*

Contributor guide

Open the contributing guide

Research direction

The issue names no files or tests. Start by locating the Java Table implementation and its relevant entry points, then determine how a new Table is constructed. Done means callers can provide a set of row indexes and receive a new Table containing only those rows, with tests verifying the filtering behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.