Table support?
#3636
Replies: 1 comment 2 replies
-
I think https://docs.rs/arrow-array/latest/arrow_array/struct.RecordBatch.html is possibly what you are after? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am more familiar with
pyarrow
and C++ arrow implementations and now learning or trying to grasp the same concepts in Rust but something that I had been struggling is with theTable
type in Arrow (see https://arrow.apache.org/docs/python/generated/pyarrow.Table.html and https://arrow.apache.org/docs/cpp/tables.html). Looking around the crate documentation I cannot find anything aboutTable
or similar mechanism. Am I wrong or missing something or we don't haveTable
inarrow-rs
?Beta Was this translation helpful? Give feedback.
All reactions