Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ChunkedArrayReader in random access benchmark #393

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

robert3005
Copy link
Member

@robert3005 robert3005 commented Jun 18, 2024

This does use tokio for doing the take benchmark

@robert3005 robert3005 enabled auto-merge (squash) June 18, 2024 18:53
read: R,
view_context: Arc<ViewContext>,
dtype: DType,
byte_offsets: Array,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FLUP work, but we should create a struct MetadataArray(Array) that validates the inner array as a struct schema with the expected columns. Can then provide typed accessors for e.g. byte_offsets, or statistics, etc.

@robert3005 robert3005 merged commit 81cb466 into develop Jun 18, 2024
2 checks passed
@robert3005 robert3005 deleted the rk/random_access_chunked branch June 18, 2024 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants