Expand description
For other RisingWave crates, they can directly use arrow re-exported here, without adding
arrow
dependencies in their Cargo.toml
. And they don’t need to care about the version.
Re-exports§
pub use super::arrow_deltalake::arrow_array as arrow_array_deltalake;
pub use super::arrow_deltalake::arrow_buffer as arrow_buffer_deltalake;
pub use super::arrow_deltalake::arrow_cast as arrow_cast_deltalake;
pub use super::arrow_deltalake::arrow_schema as arrow_schema_deltalake;
pub use super::arrow_deltalake::FromArrow as DeltaLakeFromArrow;
pub use super::arrow_deltalake::ToArrow as DeltaLakeToArrow;
pub use super::arrow_iceberg::arrow_array as arrow_array_iceberg;
pub use super::arrow_iceberg::arrow_buffer as arrow_buffer_iceberg;
pub use super::arrow_iceberg::arrow_cast as arrow_cast_iceberg;
pub use super::arrow_iceberg::arrow_schema as arrow_schema_iceberg;
pub use super::arrow_iceberg::FromArrow as IcebergFromArrow;
pub use super::arrow_iceberg::ToArrow as IcebergToArrow;
pub use super::arrow_udf::arrow_array as arrow_array_udf;
pub use super::arrow_udf::arrow_buffer as arrow_buffer_udf;
pub use super::arrow_udf::arrow_cast as arrow_cast_udf;
pub use super::arrow_udf::arrow_schema as arrow_schema_udf;
pub use super::arrow_udf::FromArrow as UdfFromArrow;
pub use super::arrow_udf::ToArrow as UdfToArrow;