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

Dataframe v2 Rust: public dataframe symbols #7808

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

teh-cmc
Copy link
Member

@teh-cmc teh-cmc commented Oct 17, 2024

All the symbols I have needed to write the examples (which are yet to be published, but that's another story).

  • yes

@teh-cmc teh-cmc added 🦀 Rust API Rust logging API exclude from changelog PRs with this won't show up in CHANGELOG.md feat-dataframe-api Everything related to the dataframe API labels Oct 17, 2024

use arrow2::{chunk::Chunk as ArrowChunk, datatypes::Schema as ArrowSchema};

/// Concatenate multiple [`TransportChunk`]s into one.
Copy link
Member Author

Choose a reason for hiding this comment

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

Just moved this from somewhere else -- it's very useful as an enduser as long as we're stuck with arrow2.

@emilk
Copy link
Member

emilk commented Oct 17, 2024

@rerun-bot full-check

Copy link

@teh-cmc teh-cmc merged commit ffc88d6 into main Oct 17, 2024
68 checks passed
@teh-cmc teh-cmc deleted the cmc/dataframe_public_symbols branch October 17, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude from changelog PRs with this won't show up in CHANGELOG.md feat-dataframe-api Everything related to the dataframe API 🦀 Rust API Rust logging API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants