Skip to content

Arrow Array Stream import/export? #10598

Answered by eitsupi
eitsupi asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your reply.
Finally, I judged it reasonable to define a simple Struct with C Stream interface.

struct Table {
    pub schema: std::sync::Arc<arrow::datatypes::Schema>,
    pub batches: Vec<datafusion::arrow::array::RecordBatch>,
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eitsupi
Comment options

Answer selected by jonahgao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants